Another way to do this with css, and one less element in your html:
in your css file, change the TABLE.Container element to:
Code:
TABLE.Container { width: 960px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; }
Accomplishes the same thing. Of course, edit the background-color to what you want it to be.