/* CSS Document */

@import url("reset.css");

html, body {
	height: 100%;
}

body{
	background:#000813;
	background-repeat:repeat-y;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;

}

#wrap_splash {
	height:450px;
	left:50%;
	margin:-450px 0pt 0pt -450px;
	position:absolute;
	top:75%;
	width:900px;
}

#wrap_splash2 {
	left:50%;
	margin:-450px 0pt 0pt -450px;
	position:absolute;
	top:75%;
	width:900px;
}

#wrap_splash .box{
	height:50px;
}


#wrap_splash .box p a:link,
#wrap_splash .box p a:visited{
	display:block;
	color: #004d55;
	padding:20px;
	text-decoration:none;
	
}

#wrap_splash .box p a:hover{
	color:#00616a;
}


