html, body {
	height:100%;
}
body {
	background:#fff url(../site_images/bck_404.jpg) center 140px no-repeat;
	color:#641544;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.69em;
	margin:0;
	padding:0;
}
a {
	color:#1462ad;
	text-decoration:none;
	font-size:1.09em;
}
a:visited {
	color:#002f3f;
}
a:hover {
	color:#1462ad;
	text-decoration:underline;
}
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;
}

