Temadaki Yan sütünların arka plan rengını nasıl değiştirebilirim ilgili yerden değiştigimde komple sitenin arka plan rengi değişiyor.

Alıntı
body {
width: 100%;
background: #ffffff;
text-align: center;
}

layout.css
body {
	width: 100%;
	background: #ffffff;
	text-align: center;
}

body a {
	color: #297eb9;
}

body a:hover {
	color: #333;
}

input, textarea, select {
	font-family: arial;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: arial;
	font-size: 0.75em;
	color: #555;
}

#bigcolumn {
	float: left;
	width: 662px;
	margin-right: 14px;
	margin: 10px 0 0 0;
}

#leftcolumn {
	float: left;
	width: 324px;
	margin-right: 14px;
}

#rightcolumn {
	float: right;
	width: 324px;
}

#sidebar {
	float: right;
	width: 324px;
}