* {
	margin: 0px;
    padding:0px;
}

html, body {
    height: 100%;
}

.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -176px; /* the bottom margin is the negative value of the footer's height */
    
}

.footer, .push {
	height: 176px; /* .push must be the same height as .footer */
}


.wrapperTwo {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -210px; /* the bottom margin is the negative value of the footer's height */
    
}
.footerTwo, .pushTwo {
	height: 210px; /* .push must be the same height as .footer */
}

/*

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

*/