.test-footer {
	z-index: 999; 
	position: absolute; 
	bottom: 0;
	left: 0;
	right: 0;
	
	text-align: center;
	background: #D5DDDD;
	border-top: 1px solid #587F99;
}

.test-footer ul {
	border-top: 1px solid #EEE;
	padding: .5em;
	text-align: center;
}

.test-footer ul li {
	display: inline;
	margin-left: 1em;
}

.test-footer ul li a {font-size: 12px; color: #000; }
