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

@import url("reset.css");
#wrapper {
	width: 550px;
	text-align: center;
	height: 420px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -210px;
	margin-left: -275px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(../img/splash_bg.jpg) repeat;
}
