.footer{
	position:fixed;
	width:100%;
	left:0px;
	bottom:0px;
	background:#F8F8F8;
	text-align: center; 
	border-top: 2px solid #E7E7E7;
}

.innerfooter{
	width:1070px;
	margin:0 auto;
	background:#F8F8F8;
	text-align: center; 
}

.footertext{
	height: 59px;
	color: #777;
	font-family: arial;
	vertical-align: middle;
	line-height:59px;
	font-size: 15px;
	float:left;
	padding-left: 10px;
}

.footerlink{
	height: 59px;
	color: #777;
	font-family: arial;
	vertical-align: middle;
	line-height:59px;
	font-size: 15px;
	float: right;
	padding-left: 20px;
	padding-right: 10px;
}

.footerlink:hover{
	background: #E7E7E7;
	color: #333;
}

.clear{
	clear: both; 
	width: 100%;
}