html, body {
	margin:0;
	padding:0;
	height:100%;
}
#layout_outer {
	min-height:100%;
	position:relative;
}
#body_container {
	padding-bottom:100px!important;
	height:100%;
}
#footer_outer {
	position:absolute;
	bottom:0;
}

