|
I think that the problem is caused by your rules for html, body. You have defined a width of 800px.
Try creatining <div id="container"></div> and then defining the width for #container to be 800px; Then... Take out the width for html,body.
That should do the trick.
|