Deneyerek buldum.

style.css e şunu ekleyip beyaz kısmı oluşturuyoruz.


#wrapper {
	width: 946px;
	margin: auto auto;
	text-align: left;
	background: #fff;
}
Şurdan ise en arka rengi için değiştiyoruz.

body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #fec25d url(images/xyz.gif) repeat-x 0 0;
	width: 1000px;
}