.encBody {
	overflow-y:scroll;
	position: absolute;
	width:100%;
	bottom:0px;
	max-width: 100%;
    overflow-x: hidden;
}

.encBody_relativeContent {
	position:relative;
	min-height: 100%;
	background-color:#f1f1f1;	
}

#container {
	min-height:100%;
	position:relative;
	background-color:white;
}