@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 90%;
	width: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container 
 {
	position: absolute;
	left: 50%;
	top: 50%;
	width:900px;
	height:625px;
	margin-left: -450px; /* half of width */
	 margin-top: -312px; /* half of height */
 }
