body{

    text-align:center;  
    background-color:#000000;

    
    font-family: verdana,arial;
    font-size:10pt;
    color: #FFFFFF;
       
}

#container{
    position: relative;
    width: 850px;
    height: 570px;
    margin: 0px auto;   
    background-color:#FFFFFF; 
    
   	    
    } 

 

#top{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 850px;
    height: 97px;
}
    
 
#main{
    position: absolute;
    left: 200px;
    top: 180px;
    width: 850px; 
    text-align: Left;
}

A:link {
	COLOR: #9900FF; 
	text-decoration : none;
}
A:visited {
	COLOR: #9900FF; 
	text-decoration : none;
}
A:hover {
	COLOR: #666666; 
	text-decoration : none;
}
A:active {
	COLOR: #9900FF; 
	text-decoration : none;
}

 