
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	background-image:url(../imgs/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -123px; 
}
.footer, .push {
	height: 123px; 
}
