* { margin: 0; padding: 0;}body { font-size: 62.5%; font-family: \"Lucida Grande\", \"Trebuchet MS\", Helvetica, sans-serif;}#page-wrap { width: 100%; margin: 0 auto; background: url(images/blackwhitepen.jpg) center top no-repeat;}.container { width: 960px; margin: 0 auto; }
The test page is at http://craigcurry.com/menu/index3.html.
Here's some of the css code:
Any suggestions?
div class="container"--- to div id="container" did the trick. I'm not sure why, but it fixed it.