@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 			100%;
	background-color:	#000;
	background-image:	url('layout/splashbg.jpg');
	background-position:top center;
	background-repeat:	no-repeat;
	color:				#fff;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
}
.img {
	border:				0;
}

div#splash1 {
	position:			absolute;
left: 50%;
margin-left: -448px;
width: 908px;
}

div#splash2 {
	position:			absolute;
	top:				501px;
left: 50%;
margin-left: -448px;
width: 908px;
}