Page is a not externally linkable
not2easy - 7:04 pm on Mar 9, 2012 (gmt 0)
td {width:1000px;}
You have set the <td> width, but 1000px is too wide. What is the purpose of the <div> surrounding the table? Do you want all cells in your table to be the same width? Change it to: td {width:33%;}