body 
{
	background-color: #ececec;
}

#splash
{
	position: absolute;
        left: 50%;
        top: 50%;
	margin-left: -200px;
        margin-top: -150px;
        width: 400px;
	height: 300px;
}

#splash a:link,#splash a:visited
{
        position: absolute;
	width: 400px;
	height: 300px;
	background: url(../images/splash.png);
}
