/* CSS Document */


/*footer*/

.lfooter {
	width: 100%;
	height: 70px;
	background-color: #0061a8;
	position: fixed;
	bottom: 0px;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 10px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}

