I founded one problem by looking briefly at the code. The "mainContent" is inside a div called "content", right? This div #content has a width of 430px
The #mainContent will not have a with of 100% if it's inside a div that doesn't have a width of 100%. So basically set the width of #content to 100% (in the inline style)