  * {
     margin: 0;
 }
html  {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background-image: url(../images/bgtop.jpg);
	background-repeat: repeat-x;
}

 .wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -270px;
	background-image: url(../images/bgbody2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 }
 .footer, .push {
	height: 270px;
 }

