html, body { 
  height: 100%; 
  margin: 0px; 
  padding: 0px; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto; background-image:url(../images/bgtopp.jpg); background-position: center top; background-repeat: no-repeat;
} 

.header{ width: 830px; margin-left: auto; margin-right: auto; padding: 0 50px 0 0; height: 200px; text-align: left; }

.navigation{ width: auto; padding: 105px 0 0 0; height: 40px; text-align: right; }

.content{ width: 780px; margin-left: auto; margin-right: auto; padding: 0 0 5px 0; height: auto; min-height: 300px; text-align: left; }

.footer{width: 780px; margin-left: auto; margin-right: auto; padding: 100px 0 10px 0; height: auto; text-align: left; background-image:url(../images/footer.jpg); background-position: center top; background-repeat: no-repeat;}

#left_foot{float: left; width: 390px; height: auto; padding: 0 0 0 10px; text-align: left; }
#right_foot{float: left; width: 370px; height: auto; padding: 0 10px 0 0; text-align: right;}

div.clear {
	clear: both;
}