/* css overides for the splash page */
html,body {
	background: #000;
}
div#container {
	background: #000;
	padding: 0;
	min-height: 0;
	text-align:center;
}
div#header {
	display: none;
}
div#contactHolder {
	background: #000;
	padding: 0;
	margin: 25px 0 0 0;
}
div#newsListBottom {
	background: none;
}
div#contactList {
	background: none;
	height: 487px;
	width: 650px;
	margin: 0 auto;
}
div#footer {
	display: none;
}