/*  Set the 100% page height  */
html, body {
	height: 100%;
}
#shell {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;/* the bottom margin is the negative value of the footer's height */
}
