html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0px; 
} 
.wrapperstart { 
    min-height: 100%; 
    height: auto; 
}
.wrapper { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp.jpg); 
	background-position: center top; 	
	background-repeat: no-repeat;} 
.wrapper1 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp1.jpg); 
	background-position: center top; 	
	background-repeat: no-repeat;}
.nav { height: 39px; padding-top: 26px; padding-bottom: 160px;} 
.content{  height: auto; min-height: 500px; padding-top: 20px; padding-bottom: 15px; background-image: url(../images/bgmain.jpg); 
	background-position: center top; background-repeat: repeat-y; }
.content1{  height: auto; min-height: 260px; padding-top: 20px;padding-bottom: 15px;}
.footer{ height: 30px; padding-top: 25px; padding-bottom: 35px; background-image: url(../images/footer.jpg); background-position: center top; background-repeat: no-repeat;}
.footer1{ height: 30px; padding-top: 25px; padding-bottom: 35px; background-image: url(../images/footer1.jpg); background-position: center top; background-repeat: no-repeat;}
