@CHARSET "UTF-8";

/* Main */

body, html{
    margin: 0;
}

body{
    width: 100%;
    height: 100%;
    font-family: Montserrat,sans-serif;
    text-align: center;
}

a img{
    border: 0;
}

#main{
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

#content{
    background-image:url(/pics/spinner.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 740px;
}

#footer{
    clear: both;
    color: #B6B8BA;
    font-size: 55%;
    padding-top: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 16px;
}
