body {
    background-color: #fff;
    background-image: url(/assets/graphics/body-background.gif);
    background-repeat: repeat-x;
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}
#pageContainer {
    background-color: #ffffff;
    box-shadow: none;
    margin: auto;
    max-width: none;
    min-height: 100%;
    -moz-box-shadow:none;
    position: relative;
    text-align: left;
    -webkit-box-shadow: none;
    width: 100%;
}
.constrained-content {
    max-width: 1008px;
    width: 98%;
    margin: auto;
}