@charset "UTF-8";
/* CSS Document */
body {
	background: white;
	color: black;
}

#wrapper {
	width: 600px;
	height: 600px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -300px;
	margin-top: -300px;
}

