I\'m working on a website that has a lot of transparency involved, and I thought I would try to build it entirely in RGBA and then do fallbacks for IE. I need a \"facebox\"
You can use the new background-clip: padding-box; property to get this going. It calculates where from should the background start within a box.
For more details and examples, check here