@CHARSET "UTF-8";

#header {
    background-image: linear-gradient(to left, #00a6d1 10%, #ffffff 90%);
    border-bottom: 10px solid #00a6d1;
}

#header .logo_container {
    background-image: url('/client-specific/images/24translate-logo.png');
    background-repeat: no-repeat;
    background-position: 10% center;
    background-size: 300px;
}

#header h1 span {
    visibility: hidden;
}


body {padding-bottom: 50px;}
#footer {
    background-color: #00a6d1;
    min-height: 25px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}