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