*,
html,
body
{
	margin:0;
	padding:0;
}

body
{
	background-color:white;
}

div#splash_div
{
	margin-top: 40px;
	width:100%;
	text-align:center;
}

div#splash_div a
{
	display:block;
	width:400px;
	height:550px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/foreground.gif);
	background-repeat:no-repeat;
	background-position: center top;
}

div#splash_div a:hover
{
	background-image:url(images/foreground_rollover.gif);
}