html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0px; 
  
} 
.wrapper1 { 
    min-height: 100%; 
    height: auto; background-image: url(../images/bgimg.jpg); background-position: center top; background-repeat: no-repeat; background-color: #15100c;
}
.header1 { height: 100px; } 
.content1{ height: auto; min-height: 210px; padding-bottom: 60px;}
.imgline{ height: auto; min-height: 150px; padding-bottom: 100px;}
.footer1{ height: 30px; padding-top: 20px;}

.wrapper { 
    min-height: 100%; 
    height: auto; background-image: url(../images/bgturkos.jpg); background-position: center top; background-repeat: no-repeat; background-color: #0096c9;
} 

.header { height: 120px; padding-bottom: 20px;} 
.content{ height: auto; min-height: 500px; padding-bottom: 30px;} 
.footer{ height: 30px; padding-top: 20px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}