Nicky - in default.css find this: /* RIGHT COLUMN STYLES */. Two lines below you have this code: #page{float:right;display:block;width:536px;margin:0 0 10px;padding:0 0 10px;text-align:left;} Then add background-color:#eee; so it will look someting like this: #page{float:right;display:block;width:536px;margin:0 0 10px;padding:0 0 10px;text-align:left; background-color:#eee;}