img {
	border: none;
}

#splash {
	display: block;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 960px;
    height: 400px;

    margin-top: -240px;
    margin-left: -480px;

    text-align: center;
}

#enter {
	display: block;
	
	width: 960px;
	height: 30px;
	
	margin: 30px auto 0 auto;	
	
	text-align: center;
}

#enter a, #enter a:visited {
	font-weight: bold;
	color: #3300ff;
	
	text-decoration: none;
}
