html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp.png); 
	background-position:center top;
	background-repeat: no-repeat;
} 
.footer{ height: 45px; background-image: url(../images/bgfooter.png); background-repeat: no-repeat; padding-top: 15px;  background-position: center top;}
.header { 
    height: 30px; padding-top: 110px;} 
.media { 
    height: 135px; padding-top: 35px;} 
.content{ 
    height: auto; min-height: 335px; padding-top: 45px; padding-bottom: 30px; background-image: url(../images/bgmain.png); background-repeat: repeat-y; background-position: center top;} 

