html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#content {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    padding: 15px;
    line-height: 1.5em;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #111;
    width: 390px;
}

#content h1 {
    line-height: 1.3em;
}

#content a {
    color: red;
}

#content a:hover {
    color: pink;
}