body {
background-color:black ;
}
#top {
height:300px;
padding:20px;
}

#center {
font-family: Verdana, Arial, serif;
margin: auto;
	text-align: center;
	height:200px;
	padding:10px;
	font-size:11px;
	color:#777777;
	}
#leftbox {
	float: left;
	margin-left:160px;
	margin-top:30px;
	height:auto;
}
#rightbox {
	float: right ;
	margin-right:160px;
	height:auto;
	margin-top:30px;
	}
	#clear {
clear: both;
}
#bottom {
font-family: Verdana, Arial, serif;
	color: #40658c;
	text-align: center;
	font-size:9px;
	height:30px;
	padding:10px;
	}	
img {
border-width:0px;
}
#bottom a:link {
color: blue;
text-decoration: none;
}

#bottom a:hover {
color: red;
text-decoration: none;
}
#bottom a:visited {
color: blue;
}