#wrapper { text-align: left; margin: 0px auto; padding: 0px; border:0; width: 310px; background: url("/path/to/your/background_cols.gif") repeat; } #header { margin: 0 0 15px 0; background: yellow; } #side-a { float: left; width: 103.3px; } #side-b { float: right; width: 103.3px; } #content { float: left; width: 32%; } #footer { clear: both; background: #A2A2A2; }