@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
}
#main_container {
	position: absolute;
	left: 51%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -512px;
	width: 1024px;
	padding: 0px;
	text-align:center;
}
