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

html {
	background: #FFFFFF;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	text-align: center;
	margin: 0px auto;
	height:100%;
	width:568px;
}
#content {
	height: 100%;
	vertical-align:middle;	 
}
#content .bg {
	border-style: none;
	background: url(/images/bg-splash.jpg) no-repeat;
	height:427px;
}
#content #navigationContainer{
	position:relative;
	top:221px;
	background-color:#FFFFFF;
	height:35px;
}
#content #navigationContainer a{
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	float:right;
	height:22px;
	padding-top:4px;
	padding-left:8px;
	padding-right:8px;
	margin-top:5px;
	margin-left:5px;
	display:block;
	background: url(/images/bg-nav-splash.jpg) repeat-x left top;
}
#content #navigationContainer a:hover{
	background: url(/images/bg-nav-splash-active.jpg) repeat-x left top;
}
