@charset "UTF-8";

* {
	background-color: #FCD9FF;
}
#wrapper {
	height: 470px;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -245px;
	margin-top: -275px;
}

