html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
div.content {
    width: 900px;
    margin: 10px auto;
}
#c-footer {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}
a {
    color: #b4c056;
}
