body {
    margin: 0px;
    padding: 0px;
    background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
}
.body_login {
    background-image: url('/media/img/bg_2.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size:cover;
    background-repeat: no-repeat;
}
.body_index {
    background-image: url('/media/img/bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.body_support {
    background-image: url('/media/img/bg_3.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#wrap {
    width: 1000px;
    margin: auto;
}
#header {
    
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}
#logo {
    width: 200px;
    float: left;
    margin-right: 20px;
}
#menu {
    float: right;
    width: 750px;
}
#body {
    float: left;
    width: 100%;
}
#documents {
    
    margin-top: 20px;
}
.doc {
   
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}
.doc_lp {
   float: left;
   width: 20px;
   margin-right: 10px;
   font-weight: bold;
   
}
.doc_title {
    
    text-decoration: none;
    font-size: 17px;
    margin-right: 20px;
}
.doc_title a {
    text-decoration: none;
    color: #d57a03;
    font-weight: bold;
}
.doc_intro {
    
    margin-left: 30px;
    margin-right: 20px;
    text-align: justify;
}
#menu ul {
    text-align: right;
    float: right;
}
#menu ul li {
    display: inline;
    margin-left: 10px;
}
#menu ul li a, #menu ul li a:visited {
    text-decoration: none;
    color: #333;
    line-height: 89px;
    font-size: 17px;
}
#overlay {
    position: absolute;
    width: 98%;
    height: 617px;
    background-color: rgba(5,255,255,0);
    z-index: 1000;
    top: 90px;
    left: 0px;
}
#ieinfo {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(50,50,50,0.5);
    z-index: 1000;
    top: 0px;
    left: 0px;
    display: none;
}
#ieinfo #info {
    width: 80%;
    
    margin: auto;
    background-color: #fff;
    padding: 10px;
    margin-top: 100px;
}
#ieinfo #info #title {
    float: left;
    width: 100%;
    font-size: 18px;
}
#ieinfo #info #warning {
    color: #000;
    float: left;
    width: 100%;
    text-align: justify;
}
