Hello.....Thanks so much for posting a reply!
Well, I tried what you suggested and what happened was that my entire page was turned the background color.
Here is what I ended up doing.....
1. Created .OuterBG in the skin1.css file and used the color that I wanted for my main table.
2. Changed the background-color in the skin1.css file: (Used the color I wanted for the area on the outermost part of the page.)
BODY {
MARGIN-TOP: 0 px;
MARGIN-BOTTOM: 0 px;
MARGIN-LEFT: 0 px;
MARGIN-RIGHT: 0 px;
BACKGROUND-COLOR: #AC986F;
3. Opened home.tpl and applied class="OuterBG" to the table in the
3. Opened rectangle_top.tpl and applied class="OuterBG" to that table.
Uploaded everything and it looks exactly as I wanted! Now the main part of the site page where all the info. is stands out and contrasts nicely with a darker background behind the table.
