html {
    background-color: #282828;
}

body {
    margin-top: 2%;
}

#container {
    width: 100%;
    text-align: center;
    min-height: 100%;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 99%;
    text-align: center;
    color: #363636;
    font-family: "Helvetica", sans-serif;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
    z-index: -1;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.button {
    display:block;
}

img {
    border-style: none;
}

div.centered {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

div.menublock {
    width: auto;
    margin-top: -5px;
    float: left;
}

div.menucenter {
    width: auto;
    margin-top: -5px;
    float: left;
}

a {
    color: #363636;
    text-decoration: none;
}