html, body { 
  height: 101%; 
  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: 125px; padding-top: 5px; } 
.content{ height: auto; min-height: 350px; padding-top: 30px; padding-bottom: 20px; background-image:url(../images/bgmain.png); background-position: center top; background-repeat:repeat-y;} 
.footer{ height: 30px; padding-top: 10px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}

.navigation{ width: auto; height: auto; }