Lots of things need fixing there.
1 - set your background to only vertically ie. background: url(image) repeat-y;
2 - The proper way to center is to give the container a width, then set margins for left and right to auto: margin: 0 auto; (top/bottom left/right). Remove the text-align: center from the body.
You should not use things like this:
Quote:
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><font color="#FFFFFF">Copyright © 2006-2008 Chris Burns. All rights reserved.<br>
|
Use margins and padding on the footer p to space things where you want them. And get rid of that rotten <font> tag 
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|