Maybe you want to increase the width of "wrapper"?
#wrapper {width: 900px;}If you use Chrome or Safari (or Firebug on Firefox), right-click to "Inspect element". Then click on <div id="wrapper"> in the code listing. Over on the right, double-click on "900px" which will let you edit it and see the result immediately.

