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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/splash/bg.gif);
	background-repeat: repeat-x;
	background-color: #00366C;
	font-size: 10px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 2px;
}
p {
	font-size: 10px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}
div#box {
	width: 700px;
	position:absolute; top:50%; left:50%; margin:-200px auto auto -346px;
	text-align: center;
	}
div#images img{
	padding: 0px;
	margin:0px;
}
div#footer{
	position:fixed;
	bottom:0px;
	width:100%;
	text-align:center;
}
li {
	padding-left: 5px;
	display: inline;
}