* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande";
    
}
header{
    background-image: url(../images/9.jpg);
    background-position: bottom;
    height: 45px;
    text-align: right;
    position: fixed;
    padding: 13px;
    width: 100%; 
    color: white;
    top:0;
    background-color: none;
    z-index:999; 
}

span {
    padding-right: 2%;
    
}
span.float-left, footer.fleft{
    padding-left: 5px;
    float: left;
}
span a{
    color: white;
    text-decoration: none;
}
body{
    background-color: #f1f2f4;
}
main{
    text-align: justify;
    width: 100%;
    padding: 2%;
    position: absolute;
    top:10%;
    margin-bottom:3%;
}
h2,h3{
    text-align: center;
}
h4{
    padding-left: 2%;
}
div,p{
    padding: 2%;
}
li{
    margin-left: 5%;
}
a{
    color: #708090;
}
footer{
    background-image: url(../images/9.jpg);
    height: 35px;
    position: fixed;
    padding: 7px;
    width: 100%; 
    color: white;
    bottom:0;
    background-color: none;
    background-position: right;
}
a.f-right{
    float: right;
    color: white;
}
div.bottom{
    padding: 0;
}
.pic1, .pic2, .pic3{
    height:auto;
    padding: 2%;    
}
.pic1{
    float: right;
    width: 55%;
}
.pic2{
    float: left;
    width: 45%;
}
.pic3{
    float: right;
    width: 50%;
}
.var{
    clear: both;
}