I\'m playing with the opacity CSS attribute.
opacity
It works nicely for the box (with at 50% or black at 30%) - the problem is that the text inside the box is
#box { color:white; background-color:rgba(0,0,0,0.3); }
Note: rgba does not work in IE6-8