@charset "UTF-8";
/* CSS Document */

#container {
	position: absolute;
	width: 400px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	background-image: url(splash.jpg);
}
	

