@charset "utf-8";
body {
	background-color: #BCD7EC;
	margin: 0px;
}
#total {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 500px;
	width: 900px;
	margin-top: -250px;
	margin-left: -450px;
}
