html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -120px; 
	background-image: url(../images/bgtopp.gif); 
	background-position:center top;
	background-repeat: repeat-x;
} 
.footer, .push { 
    height: 120px; 
}
.header { height: 195px; background-image: url(../images/bgmain.png); background-position:center top; background-repeat: no-repeat;} 
.content{  height: auto; min-height: 295px; padding-top: 5px; padding-bottom: 20px; background-image: url(../images/bgmain2.png); background-position: center top; background-repeat: no-repeat;} 


