@charset "utf-8";
/*
 * CSS Document
 * Written by Ryan Yonzon
 * http://ryan.rawswift.com/
 */
 
html, body {
	margin:0px; /* FF hack: or we'll have double scrollbar showing on the browser */
	/*overflow:hidden; /* hide browser's main scrollbar */

}

#main_container {
    width:100%;
    background-color:#ffffff;
    overflow-x:hidden;
    min-height:100vh;
    position:relative;
}

