WordPress with PageLines theme: how to change the background color of a page? [duplicate]

On line 367 of style.css you need to change

.mcolumn-pad {
   padding-top: 2em;
}

to

.mcolumn-pad {
   padding-top: 2em;
   background: #FFF;
}