html, body {
	height:100%;
}
body {
	background:#fff url(../site_images/bck_404.gif) center 140px no-repeat;
	color:#641544;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.72em;
	margin:0;
	padding:0;
}
a {color:#437b85; text-decoration:none;}
a:visited {color:#002f3f;}
a:hover {color:#002f3f;}
a img {
	border:none;
}
#main {
	line-height:1em;
	margin:10px auto 0;
	width:970px;
}
#brand {
	float:left;
	padding:15px 0;
}
#content {
	float:right;
	margin-top:35px;
	width:700px;
}