body {
    color: #FAA20E;
    text-align: center;
    background: #000 url(../images/background_tile.gif);
    font: 12px / 14px Arial, Helvetica, sans-serif;
}

#logo a {
    width: 205px;
    height: 24px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: transparent url(../images/logo.png) no-repeat left top;
}
#canvas {
    width: 870px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
}

p {
    font-size: 19px;
    line-height: 21px;
}

a {
    font-size: 20px;
    color: white;
}