@charset "UTF-8";

body {
	background-repeat:repeat-x
	font: small/1.5em Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	
}


.maintable
      {
      position: absolute;
      left: 50%;
      top: 0px;
      width: 990px;
      margin-left: -495px; /* half of width */
      margin-top: 50px;  /* half of height */     
}
