@charset "utf-8";
/* CSS Document */

BODY {
	width: 960px; /* 500 */
	height: 500px; /* 400 */
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -250px;
	position: absolute;
	background-color: #f0f0f0;
}
