body {
	background-color:#000000;
	font-family:Verdana;
}

	 a:link {
		 color:#202020;
	 }    
	 a:visited {
		 color:#202020;
	 }
	 a:active {
		 color:#202020;
	 }
	 

#container {
	width:100%;
	margin:auto;
	background-color:#000000;
	margin-top:70px;
	
}

#name {
	background-color:#202020;
	height:80px;
	text-align:center;
}


#main {
	width:100%;
	height:380px;
	text-align:center;
	float:none;
	margin-top:0px;
}

#footer {
	height:80px;
	width:100%;
	background-color:#202020;
    text-align:center;
	clear:both;
}