

body
{
    
    background-image: url(../images/BG.jpg);
    
    background-color: #000;
    background-repeat: repeat;
}

body, td
{
    color: #fff;
}

#header
{
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    width: 654px;
    height: 153px;
}

#left
{
    width: 133px;
    background-image: url(../images/left.png);
    background-repeat: repeat-y;

}

#right
{
    width: 133px;
    background-image: url(../images/right.png);
    background-repeat: repeat-y;
}

#content
{
    background-image: url(../images/contentBG.jpg);
    background-repeat: repeat-x;
    height: 322px;
    background-color: #000;
}