@charset "utf-8";
/* CSS Document */

/** {
	margin: 0;
}*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -106px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 106px; /* .push must be the same height as .footer */
}
.bg { position:fixed; top:0; left:0; width:100%; min-height:200px; height:100%; z-index:-1; }
