html div nesting issue

ok this really isnt a yii topic, more of a html one , i have a client that refuses to leave the table design for layout, and i have made a sort of catalog page, the problem is that the last div will not nest inside the main content div, and the bottom fo the page, where the background gets cut off, can someone please advise where the error is.

html:http://pastebin.com/gn6WAuSE

css:http://pastebin.com/Y900S499

thanx in advance

It’s because <div>s and </div>s are not matched correctly.

The attached image is a screen shot of NetBeans IDE.

I have downloaded your html source code and opened it with the editor.

It shows that the code have a stray end tag of </div>.

Why don’t you consider using a clever tool like NetBeans? It will greatly help you.