#splash {
	display: block;
	position: absolute;
	background-color: #fff;
	width: 1px; /* moved to script.js to checkSplash() function */
	height: 1px; /* moved to script.js to checkSplash() function*/
	text-align: center;
}

#splash img {
	border: none;
}

