body {
    background-color: #21303c;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -95px 0 0 -250px;
}

#footer {
    position: absolute;
    bottom: 30px;
    width: 99%;
    text-align: center;
    font-size: 80%;
}

.separator {
    font-size: 60%;
    margin: 20px;
}

a:link, a:visited {
    color: white;
}

a:hover, a:active {
    color: #03a6a6;
}