body {
	background-color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: center; 
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 330px;
	margin-top: 5px;
}

#content
{
  margin: 0 auto;
  width: 900px;
  height: 300px;
}

#footer
{
	width: 900px;
	height: 225px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.bottombox
{
	width: 219px;
	height: 225px;
	border: 1px none #333333;
}



.right {
  float: right;
}
.left {
   float: left;
}

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFF;
	font-weight: bold;
}
.greybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

a
{
	color:#FFFFFF;
}

a:link 
{text-decoration: none}
a:visited 
{text-decoration: none}
a:active 
{text-decoration: none}
a:hover 
{text-decoration: none ;color: #3366cc;}

