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

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


body.mma #sub-branding {
background:#2C2C2C;
}
