@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:#0f4055 url(../images/splash_bg.gif) repeat-x left top;    
	font-family:arial,helvetica,sans-serif;
}

#title_splash{
	margin:auto;
	text-indent:-9999px;
	background:url(../images/title_splash.jpg) no-repeat left top;
	width:1280px;
	height:762px;
}   

#homepage_text{
	color:#BAECFE;
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	left:34%;
	position:absolute;
	top:472px;
	width:43%;
}     

ul{
	padding-bottom:15px;
	padding-top:10px;
}

ul li{
	display:inline;
	color:#fff;
}       

a{
	color:#fff;
	text-decoration:none;        
}        

a:hover{
	color:#8DC6E1; 
	text-decoration:none;  
	
}