Hmmm... clear browser cache, put the code at the bottom in styles.css of the theme you are using. If still doesn't work try [syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]body.mceContentBody { background-color: #FF0000 !important; /*change color*/ }[/syntaxhighlighter]
Well, I didn't know you use an image as background. This should work: [syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]body.mceContentBody { background: none #FF0000 !important; /*change color*/ }[/syntaxhighlighter]