* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 13px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #FFFCCF;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
	padding-right: 10px;
}
input {vertical-align: middle}
#wrapper {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	text-align: center;
	padding-top: 40px;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 30px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 800px;
	margin: -30px auto 0;
	height: 30px;
	text-align: center;
	font-size: 11px;
}