@charset "utf-8";
/* CSS Document */


/* ******************************************************************* TOP BAR ******************************************************* */
html, body{height:100%}

body {
	text-align:center;
	min-width: 1043px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(Admiral-SplashPage.png) no-repeat top;
	background-color: #02263d;

}

#logo
{
	padding-top:100px;
}

p
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}

a:visited {color: #993;}
a:hover {color: #000; text-decoration: none;}
a:link {color: #993;}