/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.maincontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
	background: url(../Images/maincontainer_backINT2.jpg) top center no-repeat;
}
.maincontainerHM {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
	background: url(../Images/maincontainer_back.jpg) top center no-repeat;
}
.maincontainerALT {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
	background: url(../Images/maincontainer_back_about.jpg) top center no-repeat;
}
.maincontainerINT {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
	background: url(../Images/maincontainer_backINT3.jpg) top center no-repeat;
}
.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}