/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* STYLE */
html, body {
    min-height: 100%;
    min-width: 320px;
}
a, a:link, a:active, a:visited {
    color: #003851;
    text-decoration: none;
}
a:hover {
    color: #007eba;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff url(../images/loader.gif) no-repeat 50% 50%;
    display: none;
}
#content {
    text-align: center;
    margin: 20px auto 0;
    width: 640px;
    padding: 20px;
}
#content p {
    margin: 15px 0;
}
#content p.footer {
    margin: 40px 0 0;
    font-size: 12px;
    font-style: italic;
    line-height: 140%;
    color: #aaa;
}
#content > img.logo {
    display: block;
    margin: 10px auto;
    width: auto;
    max-width: 70%;
    height: auto;
}

.fix {
    clear: both;
}

@media only screen and (max-width: 979px) {
    #content {
        width: 80%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 767px) {
    #content {
        width: 90%;
    }
}

b, strong { font-weight: 700 }
i, em { font-style: italic }
body {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #666;
    font-size: 15px;
    line-height: 150%;
}