Código CSS:
Ver original* {
margin:0;
padding:0;
}
html, body {
height:100%;
}
body {
background:url(images/body-bg.gif) 0 0 repeat-x #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
line-height:1.3125em;
color:#6387a8;
}
#contenedor{
width:960px; // este ancho lo podes cambiar segun te convenga
}
Y listo, siempre deberias trabajar dentro de <div id="contendedor">...</div>