100% width stripes in header and footer
Hello, this is my website. This is the design I'm going for (very quickly done mock-up in Photoshop!). I've managed to get the footer blue color done pretty easily so let's ignore that unless someone asks.
Now for the header, here is the CSS for the dark blue stripe:
#headerbluebar { background:#003466; }
and here is the header.php code (notice the #headerbluebar is right under the body tag and closes right before the page div at the bottom):
