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


body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	position:absolute;
	width: 1280px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -640px;
	margin-top: -300px;
}



