html,body,head,div,img,p,span,br,h1,h2,h3,h4,font { padding: 0px; margin: 0px; border: 0px; }

body {
	background: #222 url('/static/img/splash.jpg') top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 2px solid #d7b67e;
	}

a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }

div#container {
	width: 940px;
	margin: 0 auto;
	color: #fff;
	}

div#header {
	width: 940px;
	height: 162px;
	}

div#content {
	width: 940px;
	padding: 30px 10px;
	color: #fff;
	}
