html, body {
	margin:0;
	padding:0;
	height:100%;
}
#outer_layout {
	min-height:100%;
	position:relative;
}
#body_container {
	height:100%;
	/*padding-bottom:104px;	 Height of the footer */
}
#outer_footer {
	position:absolute;
	/* bottom:0; */
	width:100%; /* Height of the footer */
}

/*.padding{padding-bottom:88px!important;  }*/
