body {
    margin:           0px;
    padding:          0px;
    background-image: url("../../images/body.gif");
    text-align:       center;
}

#body {
    margin:  0px auto 0px auto;
    width:   939px;
}

#body #header {
    margin:              0px 0px 0px 0px;
    padding:             3px 16px 0px 10px;
    height:              40px;
    background-image:    url("../../images/header.png");
    background-repeat:   no-repeat;
    background-position: 0px 0px;
    text-align:          right;
}

#body #container {
    padding:             0px 16px 0px 10px;
    background-image:    url("../../images/container.png");
    background-repeat:   repeat-y;
    background-position: 0px;
    text-align:          left;
    /**border: solid 1px;*/
}

#body #footer {
    margin:              0px 0px 10px 0px;
    padding:             0px 16px 0px 16px;
    height:              53px;
    background-image:    url("../../images/footer.png");
    background-repeat:   no-repeat;
    background-position: 0px;
    text-align:          center;
}
