body
{
	background-color:	#000000;
	margin: 0;
	padding: 0;
	text-align: center;
	border-collapse: collapse;
}

div
{
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

img
{
	border-style: none;
}

#splashContainerInner
{
	position: absolute;
	height: 459px;
	top: 50%;
	margin-top: -229.5px;
}

#splashContainerOuter
{
	position: absolute;
	background-color: #000000;
	height: 600px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

.splashImage
{
	/* Javascript will center the image for IE */
	position: absolute;
	border-style: none;
	border: 0;
	cursor:pointer;
}