I am using CSS attrubutes :
filter: alpha(opacity=90); opacity: .9;
filter: alpha(opacity=90);
opacity: .9;
to make the DIV transparent,
Just do not include a background color for that div and it will be transparent.