html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
}
 
.wrapper { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp.png); background-position: center top; background-repeat: no-repeat;} 
	
.header { height: 60px; padding-top: 200px;} 
.content{  height: auto; min-height: 350px; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y; padding-top: 25px;} 
.footer { height: 20px; padding-top: 40px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}
