Just a hint:
On line 55 you have <div width="940px" ...
This is no valid xhtml. If you go for valid xhtml change it to either:
<div style="width:940px" ...
Or setup another css object and use it as id for the div