body,html{
	height:100%;
}
.container{
	min-height:100%;
}
.footer{
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 3em;
	background-color: #f5f5f5;
}