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: 90px; } 
.nav { height: 25px; } 
.nav2 { height: 35px; padding-bottom: 25px;} 
.content{  height: auto; min-height: 300px; padding-top: 10px; padding-bottom: 10px; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y;}
.footer{ height: 20px; padding-top: 20px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}

.wrapper1 { 
    min-height: 100%; 
    height: auto;  
	background-image: url(../images/bgtopp1.png);
	background-position: center top;
	background-repeat: no-repeat;
} 
.content1{  height: auto; min-height: 300px; padding-top: 20px; padding-bottom: 20px;}
.footer1{ height: 20px; padding-top: 20px;}