﻿html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
	border-top: 7px solid #ff0000;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px; /* Set the fixed height of the footer here */
	background-color: #404040;
	position: fixed;
}

.container {
	width: auto;
	padding: 0 15px;
}
