The banner is now 950 wide, according to Firefox web developer the rest is 800 wide hence the banner overlapping.
Look for this line in stylesheet.css and change it to 950px
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 800px;
vertical-align: top;
border: 1px solid #9a9a9a;
}



