@charset "utf-8";
 
html, body {	
	margin:0px;
	overflow:hidden; 
	height:100%;
}

#main_container {
	width:100%;
	background-color:#ffffff;
	overflow-x: auto;
	overflow-y: scroll;
	height:100%;
}