Content as in smuglapses 'conveniently' place break in the tables so you can see some chicks boobs, or $$$'s text art? What do you mean exactly by 'content'?
Hey... you can see her face, too. And what a yummy face it is.
When the Ultimate Profile was first put into place I did some googling and some trial and error.
As far as the transparency:
#header { filter: alpha(opacity=80); opacity: .8; background: none; }
#content_section { padding-top: 850px; filter: alpha(opacity=90); opacity: .9; background: none}
The
filter: alpha(opacity="number");is for IE, I believe and the
opacity: "number";is for FireFox and some other browsers.
Though, I guess the standards change, so either one could work/not work with different browsers, that's why I used both.
The number is just a percentage you want opaque vs. transparent. So 100 (or 1) would be fully opaque, and 25 (or .25) would be 25% visible.