body{
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(res/bg.jpg);
	background-repeat:repeat-x;
	color: #000000;
	z-index:1;
}
.splash_spcr {
	height: 71px;
	margin: 0 auto;
}
.splash {
	width: 774px;
	height: 297px;
	background:url(res/splash_bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}
.splash_text {
	width: 700px;
	height: 193px;
	padding-top: 110px;
	padding-left: 50px;
	float: left;
	color: #000000;
	text-align: left;
	margin: 0 auto;
}
a:link {
color: #000000;
text-decoration: underline;
}
a:visited {
color: #000000;
text-decoration: underline;
}
a:hover {
color: #FFFFFF;
background-color:#000000;
text-decoration: none;
}
.splash_base {
	width: 720px;
	font-size:11px;
	padding: 5px;
	color:#666666;
	text-decoration:none;
	margin: 0 auto;
}
.splash_base a:link {
color: #666666;
text-decoration: underline;
}
.splash_base a:visited {
color: #666666;
text-decoration: underline;
}
.splash_base a:hover {
color: #666666;
background-color:#FFFFFF;
}