#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
	padding-top:10px;
	border-top:1px solid #C1C1C1;
	background-color:#F1F1F1;
	font-size:14px;
	text-align: center;
	font-weight: bold;
}

.footer-separator {
    margin-bottom: 80px;
}