footer
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/*height: 30px;*/
	padding: 7px;
	text-align: center;
}

footer #links ul 
{	
	list-style-type: none;
	font-size: 0.8em;
	white-space: nowrap;
}

footer #links ul li 
{ 
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

footer #links li a:hover { text-decoration: underline; }
