html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0px; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp.jpg); 
	background-position: center top; 	
	background-repeat: no-repeat;} 

.header { height: 75px; } 
.nav { height: 30px; padding-bottom: 275px;} 
.content{  height: auto; min-height: 280px; padding-top: 10px; padding-bottom: 20px;} 
.footer{ height: 45px; padding-top: 50px; padding-bottom: 35px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}