@charset "UTF-8";

body {
	background-color: #000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

   html,body, #fullpage{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
   
  #fullpage {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 802px;
   }

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #740000;
}
a:active {
	text-decoration: none;
	color: #900;
}