@font-face {
    font-family: "Gotham-Book";
    src: url("/fonts/gotham-book-webfont.eot") format("eot"),
        url("/fonts/gotham-book-webfont.svg") format("svg"),
        url("/fonts/gotham-book-webfont.woff") format("woff"),
        url("/fonts/gotham-book-webfont.woff2") format("woff2"),
        url("/fonts/gotham-book-webfont.ttf") format("truetype");
}

* {
    font-family: 'Gotham-Book';
}

html {
	height: auto;
}
body {
	height: auto;
}
#menu_area {
	display: none;
}
#outer-container {
	overflow-x: auto;
	width: 100% !important;
}
footer {
	display: none !important;
}
