#page {
    margin:auto;
    width: 960px;
    color: #333;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
    background: url('../images/bg.jpg') repeat-y;
    padding-bottom: 100px;
    padding-top: 15px;
    margin-top: 0px;
}

#content {
    padding-top: 40px;
    text-align:center;
    line-height: 150%;
    background-color: white;
    padding-bottom: 0px;
}

#text {
    margin-top: 20px;
    padding-top: 20px;
    background:#fefcf1;
    border-top: 1px solid #f3f0dd;
    padding-bottom:10px;
}

h1 {
    font-size: 16px;
    color: #BD2C00;
}

p {
    color: #5e2300;
    margin-bottom: 16px;
}

a {
    color: #BD2C00;
}

