
footer{ 
	position:fixed; 
	z-index:10000; 
	bottom:0; 
	width:100%;
	height:40px;
	line-height:40px; 
	background:black; 
	text-align:center;
}
footer ul{ 
	font-size:14px;
	font-weight:bold;
	line-height:40px; 
	color:#959595; 
	letter-spacing:-1px; 
	display:inline-block; 
	margin-left:-220px; 
}
footer ul li { 
	float:left; 
	margin-left:12px; 
}

footer p { position:absolute; right:5px; top:0px; color:silver;}
footer p a { color:lime; }
