I am sure you do not need this anymore, however someone else can use the answer.
Place the following in a CEWP to change style on the page. for background picture
<style>
#MSOZoneCell_WebPartWPQ6 .ms-WPBody {
background-image:url(url here);
}
</style>
for a background color
<style>
#MSOZoneCell_WebPartWPQ6 .ms-WPBody {
background-color:red;
}
</style>