body {
    background: #3a1f0c url(bg.gif) repeat-x;
    background-position: 0px -90px;
    margin: 0px;
    color: #e1e1e1;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    line-height: 1.3em;
}

img {
    border-style: none;
}

div#content {
    margin-top: 160px;
}

div#header {
    height: 34px;
    width: 520px;
    margin: 0 auto;
    text-align: center;
}

div#starters {
    margin-top: 21px;
}

#startersTable {
    width: 520px;
    margin: 0 auto;
}
    #startersTable td {
        vertical-align: top;
    }
    #startersTable tr#logo td {
        text-align: center;
    }
    #startersTable tr#descr td {
        padding-top: 24px;
        padding-left: 175px;
    }

