/* CSS Document */
body {
	margin: 0 auto;
	background: #88765B;
}
div#centered_div {
	position: absolute;
	width:872px;
	height:499px;
	/*vertically center div*/
	top:50%;
	/*horizontally center div*/
	left:50%;
	/*margin-left is centered_div width divided by 2*/
	margin-left:-436px;
	/*margin-top is centered_div height divided by 2*/
	margin-top:-250px;
	background: #25211c;
}
div#nav {
	width: 574px;
	top: 425px;
	height: 25px;
	position: absolute;
	color: #FFFFFF;
	left: 62px;
	display: block;
}
#nav img {
	padding: 0px;
	margin: 0px;
}
div#preload {
	display: none;
}
