body {
	margin: 0; 
	padding: 0; 
	color: #8b8b88;
	font: Verdana, Geneva, sans-serif;
	text-align: center;
	min-width: 990px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
}

#container {
	width: 990px;
	margin: 0 auto;
	padding-top: 40px;
}

#background {
	position:relative;
	z-index:-100;
	float:left;
	margin-top: -465px;
	margin-left: 90px;
}

#logo {
	margin-top:145px;
	margin-bottom: 50px;
}

#content {
	position:relative;
	z-index:100;
}

#content p {
	
}

#content p a {
	text-decoration: none;
	text-transform:uppercase;
	color: #8b8b88;
}

#content p a:hover {
	color: #E86D20;
}

#separator {
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer {
	font-size:10px;
	margin-top:0px;
	margin-left:420px;
	float:left;
}