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

#content {
    position: absolute;

    width: 100%;
    height: 100%;
    z-index: 2;
//    padding: 15px;
//    line-height: 1.5em;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
//    background-color: #111;
//    width: 100%;
}

#content h1 {
    line-height: 1.3em;
}

#content a {
    color: red;
}

#content a:hover {
    color: pink;
}