/* CSS Document */
html {
	height: 100.02%;
}
body {
	background-color: #000000;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 570px;
	margin-top: auto;
	margin-bottom: auto;
}
.skiplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}
#splash-leftcol {
	height: 570px;
	width: 520px;
	float: left;
}
#splash-rightcol {
	height: 535px;
	width: 260px;
	color: #FFFFFF;
	float: left;
	padding-top: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
}

