* { 
    margin: 0; 
} 
html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -50px; 
	background-image: url(../images/bgtile.png); 
	background-position:center top;
	background-repeat: repeat-y;
} 
.footer, .push { 
    height: 50px;}
.header { 
    height: 50px; background-image: url(../images/topp.png); background-repeat: no-repeat; padding-top: 140px; background-position: center top;} 


