* {
    font-family: Arial, sans-serif;
}

html { }

body {
    margin: 0;
    padding: 0;
    background: url("../img/backgroundLobby.jpg") no-repeat top center #000000;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    height: 100%;
    overflow-y: auto;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 1024px;
    text-align: center;
}

#footer {
    color: #fff;
    height: 150px;
    text-align: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.85);
    padding-top: 30px;
}

#footer-wrap {
    margin: 0px auto;
    width: 768px;
}

#footer-content {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

#footer-content a, #footer-content a:visited {
    text-align: center;
    color: #00e5ff;
    font-size: 12pt;
    margin: 0 5px 15px 5px;
    text-decoration: none;
    font-weight: bold;
}

#footer-content a:hover {
    text-decoration: underline;
}

#copy {
    font-size: 12pt;
    text-align: center;
    clear: both;
    margin-top: 15px;
    font-weight: bold;
    color: #0888ff;
}
