For firefox this should do the trick:
.tundra .MxClient_contentContainer {
width: 950px;
margin: auto;
}
For Internet Explorer you have to include text-align:center; to the body and text-align:left; to the contentContainer.
Thanks Erik, worked a treat!