* {
	margin: 0;
}
html, body {
	height: 100%;
    background:url(images/background.png);
}
.wrapper {
    background:url(images/contentBG.png) repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -72px;
    }
.footer, .push {
height:72px;
}

/*

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

*/