@charset "utf-8";
/* CSS Document */

.mainDiv {
	float: none;
	height: 500px;
	width: 600px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: static;
}
body {
	background-color: #FFFCE9;
}
