#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 955px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 180px;        
}

#side-b {
	float: right;
	width: 180px;        
}

#content {
	float: left;
	width: 61%;
}

#footer {
	clear: both;
	background: #A2A2A2;
}
