html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0px; 
} 
.wrapper1 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp1.jpg); 
	background-position: center top; 	
	background-repeat: no-repeat;} 
.wrapper2 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp.png); 
	background-position: center top; 	
	background-repeat: no-repeat;} 

.header { height:60px; padding-top: 40px; padding-bottom: 45px;} 
.content{  height: auto; min-height: 350px; padding-top: 0px; padding-bottom: 20px; background-image: url(../images/bgmain.jpg); background-position: center top; background-repeat: repeat-y;}
.content1{  height: auto; min-height: 600px;}  
.footer{ height: 20px; padding-top: 20px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}