@charset "UTF-8";

html {
	overflow: -moz-scrollbars-vertical;
    Overflow-y: scroll;
    Overflow-x: hidden;
}

html, body {
	height: 100%;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -11.63em; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 62.50em;
}



/* ------ HEADER ------ */

#header {
	width: 62.50em;
	height: 253px;
}



/* ------ FOOTER ------ */

#footer, #push {
	height: 11.63em; /* .push must be the same height as .footer */
}

#footer {
	position: relative;
	width: 62.50em;
	margin: 0 auto;
}