* {
	margin:0px;
	padding:0px;
	outline:0px;
}

body {
	behavior:url("csshover.htc");
	background:#01245C;
	font-family:"Arial","Times New Roman", Times, serif;
}

a:link, a:visited {text-decoration:none;}
a:hover, a:active {text-decoration:underline;}

#bar {
	width:100%;
	height:260px;
	position:absolute;
	top:25%;
	left:0px;
	border-top:solid 4px #9F9C7C;
	border-bottom:solid 4px #9F9C7C;
	background:#011D4A;
}

#container {
	width:600px;
	height:260px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-300px;
	background:url(images/splash-logo.jpg) no-repeat left top;
	font-size:14px;
}
#container a {color:#fff;}
#container table {
	position:absolute;
	bottom:20px;
	right:0px;
	width:150px;
}

td.vmenu_main_off {
	height:20px;
	padding-left:15px;
	background:#011D4A;
}

td.vmenu_main_off:hover {
	cursor:hand;
	cursor:pointer;
	background:#011D4A url(images/td-hover.jpg) no-repeat left top;
}

#info {
	width:100%;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:12px;
	text-align:center;
	position:absolute;
	top:25%;
	left:0px;
	margin-top:270px;
}
