html{
    min-height: 100%;
    height: 100%;
}

body {
    z-index: 1;
    margin: 0;
    background-image: url(pic/back.jpg);
    min-height: 100%;
    height: 100%;
}

.header{
    display: inline-block;
    z-index: 1;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 92%, #c9d9e5 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 92%,#c9d9e5 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 82%,#c9d9e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#c9d9e5',GradientType=0 ); /* IE6-9 */
    min-height: 100px;
    min-width: 100%;
    
}
.headertxt{
    z-index: 2;
    display: block; 
    font-family: "Tahoma Bold";
    font-size: 36px;
    padding: 20px;
    color:#ffffff;
    float: left;
    text-align: left;
    text-shadow: 2px 3px 1px rgba(0,0,0,0.6);
}
.headertxt2{
    z-index: 2;
    display: block;  
    font-family: "Tahoma Bold";
    font-size: 50px;
    padding: 20px;
    color:#ffffff;
    float: right;
    text-align: right;
    text-shadow: 2px 3px 1px rgba(0,0,0,0.6);    
    letter-spacing: 5px;
}
.img {
    z-index: 1;
    cursor:pointer; 
    border-color: #1e5799;
    display: inline-block; 
    width: 9%;
    margin: 20px;
}
#img1 {
    z-index: 2;
    cursor:pointer; 
    border-color: #1e5799;
    display: inline-block; 
    width: 9%;
    margin: 10px;
    top: 25%;
    left: 0;
    position: relative;
}
#img2 {
    z-index: 2;
    cursor:pointer; 
    border-color: #1e5799;
    display: inline-block; 
    width: 9%;
    margin: 10px;
    position: relative;
    left: 0;
    top: 10%;
}
#img3 {
    z-index: 2;
    cursor:pointer; 
    border-color: #1e5799;
    display: inline-block; 
    width: 9%;
    margin: 10px;
    margin-top: 10px;
}
#img4 {
    z-index: 2;
    cursor:pointer; 
    border-color: #1e5799;
    display: inline-block; 
    width: 9%;
    margin: 10px;
    position: relative;
    top: 10%;
    right: 0;
}
#img5 {
    z-index: 2;
    cursor:pointer; 
    border-color: #1e5799;
    display: inline-block; 
    width: 9%;
    margin: 10px;
    position: relative;
    top: 25%;
    right: 0;
}

.img22 {
    z-index: 1;
    border-color: #1e5799;
    display: inline-block; 
    width: 50%;
    margin: 5px;
    top: 60%;
    position: inherit;
}

.picture {
    z-index: 0;
    left:40px;
    top: 10px;
    position: absolute;
    border: 2px solid black;
    border-color: #1e5799;
    display: compact; 
    width: 100%;
}

.nabor{
    display: inline-block; 
    text-align: center;
    min-width: 260px;
    max-width: 100%;
    min-height: 10px;
    height: 30%;
}
.texttext{
    z-index: 1;
    font-family: "Tahoma Bold";
    font-size: 20px;
    text-align: center ;
    color: #c9d9e5;
    display: block; 
    border: 2px solid black;
    border-color: #019ed1;
    padding: 10px;
    padding-left: 20px;
    width: 55%;
    margin: auto;
    margin-top: 20px;
    min-width: 280px;  
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3); 
    background: #019ed1;
}

#slot{
    border: 2px solid black;
    border-color: #1e5799;
    z-index: 6;
    width: 60%;
    background: #9abee7;
    position: absolute;
    display: inline-block; 
    text-align: center;
    visibility: hidden;
}
#slotText{
    z-index: 7;
    display: inline-block;
    margin: 10px;
    text-align: center;
    position: relative;
}
#slotPic{
    z-index: 7;
    display: inline-block;
    width: 60%;
    margin: 10px;
    position: relative;    
}