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 { width: 940px; margin-left: auto; margin-right: auto; height: 35px; padding-top: 230px; padding-bottom: 55px; text-align: center; } 
.content{  height: auto; min-height: 300px; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y;  padding-bottom: 15px;} 
.footer{ height: 25px; padding-top: 20px; padding-bottom: 25px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}
