/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Base CSS for the main styles */
html, body {
    height: 100%;
}

/*.clearfix:before, .clearfix:after {*/
/*content: ".";*/
/*display: block;*/
/*height: 0;*/
/*visibility: hidden;*/
/*}*/
/*.clearfix:after {*/
/*clear: both;*/
/*}*/
/*.clearfix {*/
/*zoom: 1;*/
/*}*/
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body {
    background: rgb(255, 255, 255);
    /*background: rgb(18, 23, 22);*/
    /*overflow: hidden;*/
}

#mainContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
}
.topShadow {
    position: absolute;
    top: 41px;
    left: 0;
    width: 320px;
    height: 225px;
    background: url("../../images/top_shadow.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
#topBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 68px;
    background: url("../../images/top_bar.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
#homeButton {
    position: absolute;
    top: 0;
    left: 50%;
    width: 220px;
    height: 68px;
    margin-left: -110px;
}
#homeButton a {
    text-indent: -9999px;
    display: block;
    line-height: 68px;
    height: 68px;
}
#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 136px;
    margin-left: -120px;
    margin-top: -68px;
    background: url("../../images/logo-L.png") 0 0 no-repeat;
    background-size: 240px 136px;
}
#shk {
    float: left;
    position: relative;
    top: 295px;
    left: 46px;
    width: 120px;
    height: 21px;
    background: url("../../images/logos.png") 0 0 no-repeat;
    background-size: 228px 21px;
}
#mtr {
    float: left;
    position: relative;
    top: 295px;
    left: 79px;
    width: 75px;
    height: 21px;
    background: url("../../images/logos.png") -153px 0 no-repeat;
    background-size: 228px 21px;
}
#shk a, #mtr a {
    text-indent: -9999px;
    display: block;
    line-height: 21px;
    height: 21px;
}
#lastUpdate {
    position: absolute;
    top: 397px;
    width: 100%;
    text-align: center;
    color: #929292;
    font-size: 11px;
    font-weight: bold;
}

@media all and (-webkit-min-device-pixel-ratio : 1.5) {
    .topShadow {
        background: url("../../images/top_shadow@2x.png") 0 0 no-repeat;
        background-size: 100% 100%;
    }
    #topBar {
        background: url("../../images/top_bar@2x.png") 0 0 no-repeat;
        background-size: 100% 100%;
    }
    #logo {
        background: url("../../images/logo-L@2x.png") 0 0 no-repeat;
        background-size: 240px 136px;
    }
    #shk, #mtr {
        background-image: url("../../images/logos@2x.png");
    }
}