I feel really kind of stupid for having to post here but I've been driven to it more or less to keep my sanity. :*) I have been working on the CSS for the 1.2.0.27a setup and I am going nuts. On my old CSS I was able to change the full background color of the forums to a lovely gray... see below:

The coding:
/* main selectors */
body {
background: #c6c6c4;
/*background: #FFFFFF url(images/ice/bg_body.gif) top left repeat-x;*/
margin: 0;
padding: 0 10px;
}
The new body background with the exact same body color coding comes out looking like this:

The coding:
/* main selectors */
body {
background: #c6c6c4;
/*background: #c6c6c4 url(images/ice/bg_body.gif) top left repeat-x;*/
margin: 0px 0px 0px 0;
padding: 0px 10px 0px;
}
Also, I have one other major issue. My links are all white. No one has complained about it but it's driving me bonkers. When you hover over the links they turn a great deep crimson color and you can see them perfectly, but on some of the background colors on my site, you can't see the links at all and it's an issue. Here are some examples. I've boxed in red where links should be and given a second picture in a couple of cases where I've highlighted the same link with my mouse and you can see it in red. I cannot find the correct coding for the life of me to change these links from white and I have spent hours on it. At this point I figured I should ask and see if someone else might be able to help. I know some times it's just easier if you step away and bring in a second party (or 30 lol) for help in some cases.





I would appreciate any help people can give. Oh and if anyone is really curious, I have both my old (I think it's version 1.0.1.14) css and my 1.2.0.27a css in a zip attached to the post. Thanks. :*)