* {
    
    font-family: Helvetcia, Arial, Verdana, sans-serif;
}
body {
    background: #000;
}

#content_wrapper {
    width: 400px;
    margin: 10px auto 0px auto;
    text-align: center;
}

p, h1, a {
    color: #999;
    font-size: 13px;
    line-height: 140%;
}
h1 {
    font-size: 22px;
    font-weight: lighter;
}