html, body {
font-family: Verdana, Arial, sans-serif;
font-size: 16px;
	color: #338;
	margin: 0;
	padding: 0;
	height: 100%
}
body.home {
background: #99c;
border-left: 20px solid #338;
}
#wrap {
	min-height: 100%
}
img{
	max-width: 100%;
	height: auto;
}
#content {
	max-width: 670px;
	margin: 0 auto;
}
#content, #header a img {
	padding-top: 10px;
	border: none;
}
#header {
	text-align: center;
background: #99c;
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}

fieldset {
	border: 1px solid #EEE;
	background-color: #EEE;
	border-radius: 5px;
	/* width: 650px; */
}
fieldset legend {
	font-weight: bold;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}
@media screen and (max-width: 670px) {
#content {
	padding: 10px 0px;
}
}

fieldset textarea, fieldset input[type="text"] {
	width: 95%;
}
.red {
	color: #F00;
}
div#footer {
	margin-top: -30px;
	line-height: 29px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #DDD;
}	

div#footer a {
	color: #55a;
	text-decoration: none;
}	


