@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-type:none;}

body {
	color:#000;
   	font: 62.5% Helvetica,Arial,Verdana;
	background: #fff;
}
#splash_wrapper { 
	background: url('/img/splash-01.jpg') no-repeat top center;
	margin: 0 auto;
	width: 100%px;
}

#error_wrapper { 
	background: url('/img/404-01.jpg') no-repeat top center;
	margin: 0 auto;
	width: 100%px;
}
#splash_content { 
	margin: 0 auto;
	width: 900px;
	height: 950px;
}

