/*sub-branding-flash bg color*/
body #sub-branding-flash {background:#0F5B1A;}

/*MEM BG*/ 
body #mod-feature-mem .mod-content {background: #850c13;
background: rgb(133,12,19); 
background: -moz-linear-gradient(top,  rgba(133,12,19,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,12,19,1)), color-stop(100%,rgba(0,0,0,1))); 
background: -webkit-linear-gradient(top,  rgba(133,12,19,1) 0%,rgba(0,0,0,1) 100%); 
background: -o-linear-gradient(top,  rgba(133,12,19,1) 0%,rgba(0,0,0,1) 100%); 
background: -ms-linear-gradient(top,  rgba(133,12,19,1) 0%,rgba(0,0,0,1) 100%); 
background: linear-gradient(top,  rgba(133,12,19,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#850c13', endColorstr='#000000',GradientType=0 ); 
}

body #sub-branding {
background: none repeat scroll 0 0 #a20f17; 
}