html {
	height: 100%;
}
body {
	height: 100%;
	
}
* {
	margin: 0;
	padding:0;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -27px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 27px; /* .push must be the same height as .footer */
}
