@charset "utf-8";
/* splash */
html, body {
	margin:0;
	padding:0;
	background-color:#756A64;
}
body {
	background-color:#756A64;
	font-family:Arial, sans-serif;
	color:#FFF;
	font-size:12px;	
}
#splash_container {
	width:842px;
	height:595px;
	margin:auto;
	background-image:url(../layout/splash.png);
	background-repeat:no-repeat;	
}
#splash_links {
	width:130px;
	margin:auto;
	padding-top:390px;	
	text-align:center;
	font-family:Arial, sans-serif;
	color:#A89F98;
	font-size:12px;	
}
#splash_links a {
	padding-left:3px;
	padding-right:3px;
	font-family:Arial, sans-serif;
	color:#FFF;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0.08em;
	text-decoration:none;
}
#splash_links a:hover {
	color:#A89F98;
	text-decoration:none;
	
}
#comingSoon {
	position:relative;
	left:432px;
	top:4px;
	width:90px;
	height:21px;
	border:1px #A99E98 solid;
	background-color:#7C736C;
	font-family:Arial, sans-serif;
	line-height:19px;	
}
#comingSoon div {
	display:block;
	width:90px;
	height:21px;
	color:#FFF;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:center;
}