html, body {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: Arial;
    background-color: #25282B;
    color: #FFFFFF;
}

#page {
    margin: 0 auto;
    padding-top: 280px;
    width: 385px;
}

#about {
    font-size: 21px;
    line-height: 34px;
}

#info {
    font-size: 12px;
}

#spacer {
    height: 85px;
}

a, a:hover, a:active, a:visited {
    color: #919598;
    text-decoration: underline;
    outline-style: none;
    line-height: 34px;
}
