@charset "UTF-8";
body {
	background-color: #F3F4F6;
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

.main_cell {
	background-image: url(interface/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 930px;
	padding-top: 70px;
}
#center { position: absolute; top: 50%; width: 100%; height: 1px; overflow: visible }
#main {
	position: absolute;
	left: 50%;
	width: 930px;
	margin-left: -420px;
	margin-right: -50px;
	height: 500px;
		top: -480px
} 
