* {margin:0px;padding:0px;top:0px;left:0px;}

body, html {text-align: center; background-color:#ffffff;}

div#outer {width: 100%; background-color:#ffffff;     
margin-top: 0px;    
margin-bottom: 50px;    
margin-left: auto;    
margin-right: auto;    
padding: 0px;
}

div#inner {width: 1000px; background-color:#000000;    
margin-top: 0px;    
margin-bottom: 50px;    
margin-left: auto;    
margin-right: auto;    
padding: 0px;    
border: thin solid #000000;
}


#footer{
/*	position: absolute;
	height: 58px;
	width: 388px; */
	width: 90%;
	top: 660px;
	background-color: #000000;
	text-align:center;
	}

#footer td{
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}
#footer p{	
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 20px;
}
#footer a:link{color:#fff;}
#footer a:visited{color:#fff;}

#footer a:hover{background-color:#ff6600;}

