@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('opensans-light-webfont.woff') format('woff'),
    url('opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-light-webfont.woff') format('woff'),
    url('roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    background-color: #383838;
    font-family: open_sanslight, sans-serif;
}

canvas {
    width: 100%;
    height: calc(100% - 65px);
    position: absolute;
    background-color: #252525;
}

header {
    padding-top: 1px;
    height: 32px;
    width: 100%;
    border-bottom: 1px solid #252525;
}

#logo{
    height: 30px;
    background: url('icons01.png') no-repeat 0 0;
    background-size: 180px;
}

#logo:hover{
    background-position: 0 -30px;
}

footer {
    position: absolute;
    height: 35px;
    width: 100%;
    bottom: 0;
}

p#footer{
    font-size: 16px;
    color: #AAAAAA;
    margin-top: 5px;
    letter-spacing: 1px;
    margin-left: 5px;
}

div#loadingBox {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    background-color: #252525;
}

div#bgBar {
    position: absolute;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    height: 2px;
    display: block;
    background-color: #333;
}
div#progressBar {
    left: 50%;
    position: absolute;
    margin-left: -150px;
    width: 0;
    height: 2px;
    background-color: #0099cc;
    border-radius: 2px;
}
div#bgBar {
    border-radius: 2px;
}

p#loadingInfo {
    color: #AAAAAA;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    font-family: open_sanslight, sans-serif;
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
    background-color: #252525;
}