body {
	margin: 0px;
	background-image: url(splash_bg);
	background-repeat: repeat-x;
	background-color: #696967;
}


* {
	font-family: sans, Arial;
	/*font-size: 12px;*/
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#container {
	text-align: center;
}

#sub_container {
	width: 907px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*border: dashed 1px;*/
	background-color: #fff;
}

#splash_up {
	background-image: url(splash_up);
	background-repeat: no-repeat;
	width: 907px;
	height: 328px;
}

#splash_down {
	background-image: url(splash_down);
	background-repeat: no-repeat;
	width: 907px;
	height: 351px;
}

#splash_logo { 
	position: relative;
	left: 20px;
	top: 20px;
}

.link_enter {
	font-family: sans, Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#link_enter_up {
	position: relative;
	left: 210px;
	top: 140px;
}

#link_enter_up :hover { color: #eccf5a;  }

#link_enter_down {
	position: relative;
	left: 210px;
	top: 11px; 
	font-style: italic;
}

#link_enter_down :hover { color: #eccf5a; }
