html, body { 
  height: 100%; 
  margin: 0px; 
  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;} 
.content{  height: 460px; min-height: 460px; padding-top: 20px; padding-bottom: 20px;}
.footer{ height: 15px; padding-top: 5px;}