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:140px; } 
.content{  height: auto; min-height: 440px; padding-bottom: 15px;}
.footer{ height: 25px;  background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}