
the cause of your problem is the float for the main div.
If you change the css for it to this, it will be allright
Code: Select all
#main {
width: 70%;
padding: 0; margin: 0 0 0 5px;
}
Hope this helps

Code: Select all
#main {
width: 70%;
padding: 0; margin: 0 0 0 5px;
}