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