/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
body {
	background-color: #000000;
	width:100%;
	height:100%;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
	text-align:center;
}
#container
{
margin:0px auto;
width:927px;
padding-top:243px;

}