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

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: small;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 980px;
	height: 480px;
	margin-top: -240px;
	margin-left: -490px;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	font-size: small;
	text-align: center;
     }