#background-images {
//  position: fixed; 
//  position: absolute; 
	background-position: bottom; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 1000%; 
    z-index: 1;
    background-repeat:no-repeat;
    //background-size:cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position:center top;
    background-attachment:fixed;
    
    background-size: auto 100%;
    }

#bImg1 {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 3; 
    background: url("z4/img/f02.jpg") no-repeat; 
  //  background-size: contain;
    background-repeat:no-repeat;
    background-size:cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position:center top;
    background-attachment:fixed;
    
    background-size: auto 100%;
    
    }

#bImg2 {
    display: none;
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 2; 
    background: url("z4/img/f03.jpg") no-repeat; 
   // background-size: contain;
    background-repeat:no-repeat;
    background-size:cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position:center top;
    background-attachment:fixed;
    
    background-size: auto 100%;
    
    }
   

.container {
    width: 980px;
    height: 980px;
    background: rgba(255,255,255,.7);
    margin: auto;
    position: relative;
    z-index: 10;
 //   background-size: red;
}
.container1 {
    width: 90%; 
//    width: 980px;
    height: 1500px;
    max-width:1500px;
    margin-top:2px;
    display: block;
    margin-left:auto !important; 
    margin-right:auto !important; 
    vertical-align: middle !important;
 //   background: rgba(255,255,255,.6);
    position: relative;
    z-index: 10;
//    background-size: red;
}
