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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	overflow:hidden;
}
#admin_container {
	height: 766px;
	width: 1024px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -383px;
}

html, body, #global_container { 
	height:100%;
}