@charset "utf-8";
body {
}

#wrapper {
	position: absolute;
	height: 455px;
	width: 500px;
	top: 50%;
	left: 50%;
	margin-top: -227px; /* height / 2 */
	margin-left: -250px; /* width / 2 */
}
