opacity: 0.7;filter: alpha(opacity=70);
eg:
#bg{ display: none; background-color: #343434; z-index: 99; opacity: 0.7; filter: alpha(opacity=70);}