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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-color: #1A1A1A;
	margin: 0px;
	overflow:hidden;
}
#admin_container {
	height: 660px;
	width: 960px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -330px;
}

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