Hi kouliga
I added to your custom.css file
/* START t3-sidebar-module */
.t3-sidebar .t3-module {
background: rgba(197,197,197,1);
border:1px solid #000;
}
.nav-stacked > li > a {
border-bottom: 1px dotted #000!important;
}
/* END t3-sidebar-module */
change colors as you wish
Regarding the module title background you have in your custom.css line 351
.module-title {
background: transparent;
change it to
.module-title {
background: url(link to your background image);
Remember this will add same image for all your modules
Regards