html, body, .container {height: 97%;}

body>.container {
	height: auto;
	min-height: 100%;
}

.footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear: both;
}