* html body {
    overflow:hidden;
}

body {
    background-color: #000000;
}

@media screen {
    body>div#footer{
        position: fixed;
    }
}

* html div#content {
    height:100%;
    overflow:auto;
}

#wrapper {
    margin: 100px auto;
    padding: 25px;
    text-align: center;
}

h1 {
    font-family: 'Inconsolata', arial, serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 150px;
    color: #f4f6f7;
}

#links {
    padding: 1%;
    font-family: 'Molengo', arial, serif;
    font-weight: bold;
    color: #f4f6f7;
}

#links.big {
    font-size: 140%;
}

#links.small {
    font-size: 95%;
    font-weight: normal;
}

#links.main {
    font-weight: 400%;
}

#links a {
    padding: 5px 10px;
    color: #f4f6f7;
    text-decoration: none;
}

#links a:hover {
    background-color: #f4f6f7;
    color: #000000;
}

#footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}

#footer p {
    font-family: 'Molengo', arial, serif;
    text-align: center;
    color: #f4f6f7;
}

