Hello,
For search background use this ID: #form_vh_map, and for footer background use #footer ID.
So something like this should be added to your CSS:
#form_vh_map {
background-color: red;
}
#footer {
background-color: blue;
}
BTW, if it won't work, try to add "!important" after color.
Regards.