Re: centering logo again!!!!!1
For the logo find this in your stylesheet:
#logo {
line-height:106px;
}
change to (then modify to your needs):
#logo {
line-height:106px;
position: absolute;
left: 400px;
}
To change the background on the sides, it's the first thing in your stylesheet:
body {
background-color:#FFFFFF;
I achieved this in a few seconds using thee Firebug addon for Firefox - if you don't have it get it
Makes life a lot easier, you won't know how you coped without it...
Hope this helps
Steve
Site Under Construction: adatglobal.com