html, body {
	margin:0px; 
}

#main_container {
	width:100%;
	background-color:#ffffff; 
	overflow-x: hidden;
	overflow-y: scroll;
	height:100%;	
	position:absolute; 
    background-color: #CBC5C5;
}
