#footer {	
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #000;
	z-index: 20;
}

#footer .center {
	line-height: 30px;
	font-size: 12px;
	color: #aaa;
}



#footer ul {
	display: inline;
}

#footer li{
	display: inline;
}


#footer .copy {
	float: left;
}


#footer .contactData {
	float: right;
}

#footer a,
#footer label{
	color: #0099CC;
}

