#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 100%;
	margin: 0%;
}


#footpanel ul {
	padding: 15px; margin: 0;
	float: center;
	width: 100%;
	height:30px;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;

}
#footpanel ul li{
    font-family:Malgun Gothic, Doteum, aria; font-size:13px;
    margin: 0;
	float: left;
	position: relative;
}