html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
}
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -40px; 
	background-image: url(../images/bgtile.png); background-position: center top; background-repeat: repeat-x;}  

.footer, .push { 
    height: 40px; 
}
.header { height: 120px; padding-bottom: 20px;} 
.content{  height: auto; min-height: 560px; padding-bottom: 15px; } 