html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
}
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -80px; 
	background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y;}  

.footer, .push { 
    height: 80px; 
}
.header { height: 60px; padding-bottom: 160px; background-image: url(../images/bgtopp.png); background-position: center top; background-repeat: no-repeat;} 
.content{  height: auto; min-height: 300px;  padding-top: 25px; padding-bottom: 25px; } 