.banner {
    width:728px;
    height:90px;
    border:1px solid #333;
    background:#38635a;
    overflow:hidden;
    display:block !important;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
}

#loader-container {
    display:none;
}

#btn-exit{
    width:100%;
    height:100%;   
    cursor:pointer;
    opacity:0;
}

#logo {
    background: url(../img/logo.png);
    width: 728px;
    height: 90px;
    top: -1px;
    left: -1px;
}

#text1 {
    background: url(../img/text1.png);
    width: 728px;
    height: 90px;
    top: -1px;
    left: -1px;
}

#text2 {
    background: url(../img/text2.png);
    width: 728px;
    height: 90px;
    top: -1px;
    left: -1px;
}

#text3 {
    background: url(../img/text3.png);
    width: 728px;
    height: 90px;
    top: -1px;
    left: -1px;
}

#text4 {
    background: url(../img/text4.png);
    width: 728px;
    height: 90px;
    top: -1px;
    left: -1px;
}

#cta {
    background: url(../img/cta.png);
    width: 728px;
    height: 90px;
    top: -1px;
    left: -1px;
}
#line {
    /*background: url(../img/cta.png);*/
    background-color: #bee7d3;
    width: 0px;
    height: 3px;
    top: 76px;
    left: 632px;
}