@charset "utf-8";
/*
 * CSS Document
 * Written by Ryan Yonzon
 * http://ryan.rawswift.com/
 
 
html, body {
	margin:0px; 
	overflow:hidden; 
}

#main_container {
	width:100%;
	background-color:#ffffff; 
	overflow-x: hidden;
	overflow-y: scroll;
	height:100%;	
	position:absolute; 
}
*/