html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
body {
	background-color: #455879;
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 600px; /* For Mozilla/Opera/Safari */
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
.container {
	height: 280px;
	width: 750px;
	background-image: url(images/background.png);
	padding-top: 320px;
	padding-left: 205px;
	margin-top: 10px;
	text-align: left;
}
#Container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 955px;
	height: 100%;
}
#Splash {
    position: absolute;
    width: 955px;
    height: 600px;
    top: 50%;
    margin-top: -300px;
}
