body, html {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    background-color: #2E2E2E;
}

main {
    background-image: url("../img/main_logo.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

footer {
    position: fixed;
    bottom: 0px;
    height: 22px;
    width: 100%;
    text-align: right;
}

footer > div {
    margin-right: 10px;
}

footer > div > a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

footer > div > a:hover {
    text-decoration: underline;
}