footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;		/* Height of the footer */
	background:#A62E30;
	display:table;
	float:left;
	clear:both;
}
footer p {
	text-align: center;
	vertical-align:middle;
	display:table-cell;
	display:block;
	color:#fff;
}