* {
	margin: 0; padding: 0;
}
html, body {
	height: 100%;
	  background: #ffffff url(../images/bg_sec2.jpg) no-repeat top center;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	left: 50%;
	margin: 0px 0px -70px -479px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 70px; /* .push must be the same height as .footer */
}

