BODY{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
	margin-right: 0px;
	background-color:#000000;
	overflow:auto;
	font-family : verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color:#fff;
}




#content{
position: absolute; 
left: 50%; top: 50%; 
width: 600px;
height: 500px; 
margin-left: -300px; 
margin-top: -250px; 
text-align: center;
border: #5F6363 1px solid;
}

#web{
position: absolute; 
left: 50%; top: 50%; 
width: 800px;
height: 600px; 
margin-left: -400px; 
margin-top: -300px; 
text-align: center;
border: #5F6363 1px solid;
}


#flashcontent{
position: absolute; 
left: 0; 
top: 0; 
width: 590px; 
height: 600px; 
}

td{
font-family : verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color:#fff;
}

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