@charset "utf-8";
/* CSS Document */
body{
overflow:auto;
}
#center { 
	width:900px;
	height:550;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-275px;
	margin-left:-450px;
}
