


body{
	font-family:Arial, Helvetica, sans-serif;
	background: url(/development/views/site/img/background_image.jpg) center fixed no-repeat #1b2131;
}

#container{
	width:968px;
	height:672px;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-473px;
	background:#ffffff;
}

#website{
	width:946px;
	height:624px;
	margin-left:11px;
	margin-top:11px;
}

#website h1, #website p{
	padding-left:40px;
	color:#6d86a4;
}

#website h1{
	padding-top:20px;
}

#footer{
	text-align:center;
	margin:0;
	line-height:23px;
	padding:11px 0 0 0;
	font-size:10px;
	background:url(/development/views/site/img/footer_background.gif) repeat-x #fefefe bottom;
	color:#666666;
	clear:both;
}

#footer a, #footer a:visited{
	color:#666666;
}
#footer a:hover, #footer a:visited:hover{
	color:#666666;
	text-decoration:none;
}

#terms{
	font-family:Arial, Helvetica, sans-serif;
	color:#6d86a4;
}

