/*sub-branding-flash bg color*/
body.nba #sub-branding-flash {background:#a1650d;}

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

body.nba #sub-branding {
background: none repeat scroll 0 0 #a1650d;
}
