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;
} 
.footer{ height: 30px; padding-top: 10px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}

.header { height: 60px; padding-bottom: 10px;} 
.content{  height: auto; min-height: 560px; padding-top: 0px; padding-bottom: 0px; background-image: url(../images/bgmain.png); background-repeat: repeat-y; background-position: center top;}
 
