html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #000;
    color: #fff;
    text-align: center;
    font: 10px arial,helvetica;
}

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