html {
    height: 100%;
}

body {
    background: url(../avatar.png) 0 100% no-repeat #fff;
    color: #8ca565;
    font: normal 0.622em Arial;
    margin: 0;
    padding: 0;
}

#container {
    width: 775px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

#header {
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -666em;
    top: 0;
}

#body {
    font-size: 2.5em;
    line-height: 1.5em;
    text-shadow: #fff 0 0 0;
}

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