To visually have the sidebars extend you could use the following in CSS Inserts.
HTML Code:
#left, #right {
background: #EEE9F2;
border-radius: 10px;
}
Then you will also need to add side padding to the center column and perhaps take out the borders that show.
As just got reminded by Juggledad you can put the code needed (see below) into the appropriate box in Style and Edit Sidebars.
HTML Code:
background: #EEE9F2;
border-radius: 10px;
}