@charset "UTF-8";

#splash {
	width: 700px;
	height: 500px;
	position: absolute;
	z-index: 1000;
	background-image: url(../images/splash.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 25px;
}
