
BODY, TD 
{
background-color : #000000;
background-image: url(site/back.png);
font-family : "Tahoma" , serif;
font-size: 8px;
margin-top : 0;
margin-right :0;
margin-bottom :0;
margin-left :0;
font-family : "Tahoma" , serif;
font-size: 8px;
color : #ffffff;
}

#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 200px;
	width: 200px;
	background: url(site/corner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}


 DIV.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 398px;
      height: 394px;
      margin-left: -199px; /* half of width */
      margin-top: -197px;  /* half of height */
      
      }






A 
{
color : #FFCC00;
text-decoration : underline;
}

A:HOVER 
{
color : Red;
text-decoration : none;
}






































