#Wrapper {

margin:auto;
width:800px;
height:auto; 
background-color: #0099FF;

}

#Headder  {
margin:auto;
height:80px;
background-color: #0099FF;
width:800px;
padding:10px 0 0 0;
text-align:center;
font-family: verdana, sans-serif;
font-size: 25px;
font-weight: normal;
color:white;
text-decoration: underline;

}


#Content {
	margin:auto;
   padding:auto;
	float:middle;
	width:600px;
	height:80px;
	background: #0099FF;
		text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:white;
	text-align:center;
	

}

#News {
	width:800px;
	height:55px;
	clear:both;
	margin: auto;
	padding:auto;
	background: #CCCCCC;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:white;
	text-align:center;
	float:middle;
}

a {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:white;
	
}

a:hover {
	color: red;
	
}
	
	












