	
/* ---------------------text--------------- */


body {	background-color: black;
		font-family: verdana; 
		font-size:11px;
		text-align:left;
		color:#FFFFFF;
		
		}
a {
	color: white;
	text-decoration:none;
}
a:hover {
	color: #00ff00;
	text-decoration: underline;
}
p	{
	text-align: left;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	}
p2	{
	text-align: center;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	}

	
h1	{
	font-weight: bold; 
	font-size: 12px;
	color: #FFAAFF;}


.frame
	{
	position:absolute;
	left:0px;
	top:1px;
	margin:0;
	height: auto;
	width:900px;

	
	}

.header
	{
	position:absolute;
	left:0px;
	top:0px;
	margin:0;
	height: 125px;
	width:740px;
	}
.main
	{
	position:absolute;
	left:100px;
	top: 125px;
	width:640px;
	overflow:auto;
	
	}
.googlead
	{
	position:absolute;
	left:740px;
	top: 0px;
	width:160px;
	heigth:601px;
	
	}
.advertise
	{
	position:absolute;
	left:740px;
	top: 0px;
	width:160px;
	heigth:601px;
	
	}
.menu
	{
	position:absolute;
	
	top: 125px;
	left:10px;
	height:300px;
	width:90px;
	
	}
.counter
	{
	position:absolute;
	top:500px;
	height:auto;
	left:10;
	}
	
	
	
	
