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

html, body {
	height: 100%;
}
html, body, #container, #header, #mainContent, #footer, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	
	background: url(/Resources/images/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#0F58A5;
}
img {
	border-width: 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #b6b6b4;
}
a.enter {
	font-size: 15px;
}
#container {
	position: absolute;
	background: url(/Resources/images/splash.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	margin: 0px;
	padding: 0px;
	top: 50%; 
	left: 50%; 
	width: 778px;
	min-height: 408px;
	height: 408px;
	margin-top: -304px; /* -(Half the height) */
	margin-left: -389px; /* -(Half the width) */
}
#header {
	position: relative;
	height: 0px;
}
#navigation {
	position: absolute;
	top: 345px;
	left: 90px;
	color: #b6b6b4;
	font-weight:normal;
	font-size: 15px;
	font-family:arial, helvetica;
	
	padding: 0px 0px 0px 5px;
}
#navigation ul {
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}
#navigation ul li {
	float: left;
	width: auto;
	margin: 2px 2px 3px 2px;
	padding: 2px 2px 1px 0px;
}
#navigation ul li a {
	color: #b6b6b4;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #7d7c7c;
}
#mainContent {
	width: 100%;
}
#footer {
	margin-top:10px;
	font-size: 10px;
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #7d7c7c;
	text-decoration: none;
}

.clear {
	clear: both;
}