*Change main background color*/
.site-content-contain {
background-color: #fff;
}
/*Remove top padding so main background color doesn't show above the content*/
div#content {
padding-top: 0;
}
/*Set content background color, add a bit of spacing*/
#content .wrap {
background: white;
padding-top: 30px;
}>