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

.footer{ height: 20px; padding-top: 20px; background-image: url(../images/footer1.png); background-position: center top; background-repeat: no-repeat;}
.footer2{ height: 25px; padding-top: 10px; }
.header { height: 165px; background-image: url(../images/bgtopp.png); background-position: center top; background-repeat: no-repeat;} 
.header2 { height: 150px;} 
.indeximg{ height: 235px;}
.newsline{ height: 325px;}
.content{  height: auto; min-height: 400px; padding-top: 20px; padding-bottom: 20px; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y;} 
.content2{  height: auto; min-height: 600px; padding-top: 20px; padding-bottom: 20px; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y;}