Well Father, the easiset way for you to accomplish that is to put a white background on that main containing div you're using. At the top of your HTML you have a single <div> that just says "<div align="center">. Give that div an ID, like #container, set it to position: relative, and give it a background: #ffffff.
To center that #container, you need to do two things to accomodate IE 6 and below and browsers like Firefox and Opera.
1 - On the body element, add text-align: center - that's for IE 6
2 - On the #container div, set the width and then set the margins as margin: 0 auto; (top/bottom at 0, and left/right at auto). You'll also need to add 'text-align: left' to get your text back where you want it.
That should do it 
Nice site, BTW.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|