.footer{
	background:#0072bb;
	width:100%;
    max-width: 720px;
    margin: 40px auto 0 auto;
    position:fixed;
    bottom:0;
	height:40px;
	line-height:40px;
}
.footer li{
	float:right;
	font-size:1.4em;
	color:#fff;
	margin-right:20px;
}
.footer a{
	color:#fff;
}
