.footer {
	background-color: #D93A2A;
	position: fixed;
	bottom: 0;
	right:0;
	width: 100%;
	text-align: right;
	font-size: 12px;
	color: #FFF;
	padding: 15px;
	margin-top: 60px;
}
.footer a, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
