#footerContainer {
	clear: both;
	text-align: center;
	margin: 5px auto 0 auto;
	font:normal 0.7em Tahoma, Helvetica, Arial, Verdana, sans-serif; 
	height: 20px;
}
#footerContainer a {
	color: #999999;
	text-decoration: none;
}
#footerContainer a:hover {
	color: #666666;
	text-decoration: none;
}
.footerCentering {
	width: auto;
	height: 1.2em;
}
#footerContainer ul { 
	list-style: none;
	display: table;
	margin: 0 auto;
}
#footerContainer li {
	display: table-cell;
	margin: 0;
	padding: 0 9px;
	line-height: 1.2em;
	border-right: 1px solid #999;
	float: left;
}
#footerContainer li.last {
	border: none;
}