Or maybe, may I know what is the ID name of the code box? So that I can do something in css, like:
code:
.codeBox {
background-color:#f00000;
/* and some other code here... */
}
/* Or idunno... like this?*/
div#codeBox {
background-color:#f00000;
/* some other attributes... */
}