Bootstrap 2.3.2 Span12 Margin Width Bug

PROBLEM
An extra column was showing up on the right side of my webpage.  It forced the webpage to extend wider than the rest of the webpage if the user scrolled right.

SCREENSHOT


SOLUTION
Overwrite bootstrap margin width for span12 in html:
<div class="span12" style="margin-left:0px;">content</div>