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 { width: 860px; margin-left: auto; margin-right: auto; height: 149px; text-align: center; } 
.navigation{ width: 860px; margin-left: auto; margin-right: auto; height: 31px;  text-align: left;}
.content{ width: 800px; margin-left: auto; margin-right: auto; height: auto; min-height: 300px; text-align: left; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y; padding: 30px 30px 5px 30px; }
.footer{width: 860px; margin-left: auto; margin-right: auto; height: 20px; padding-top: 35px; text-align: left; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}