html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0px; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgmain.png); 
	background-position: center top; 	
	background-repeat: no-repeat;} 
.wrapper1 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgmain1.png); 
	background-position: center top; 	
	background-repeat: no-repeat;}
.wrapper2 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgmain4.png); 
	background-position: center top; 	
	background-repeat: no-repeat;}
.wrapper3 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgmain5.png); 
	background-position: center top; 	
	background-repeat: no-repeat;}
.wrapper4 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgmain6.png); 
	background-position: center top; 	
	background-repeat: no-repeat;}
.wrapper5 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgmain7.png); 
	background-position: center top; 	
	background-repeat: no-repeat;}
.wrapper6 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgmain8.png); 
	background-position: center top; 	
	background-repeat: no-repeat;}

.header { height: 150px; } 
.nav { height: 30px; padding-bottom: 10px;} 
.content{  height: auto; min-height: 400px; padding-top: 20px; padding-bottom: 20px;} 
.footer{ height: 65px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}