@charset "UTF-8";
/* CSS Document for Splash Page */
body{
background:#17294a url(images/splash.jpg) no-repeat left;

}

#wrapper{
	width:611px;
	height:600px;
	margin:0px auto;

}

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

a:hover{
	color:#006699;
	}
	
	ul{
		position:absolute;
		right:290px;
	}
	
	
	li{
		display:inline;
		padding:0px 10px;
	}

