.alpha_bg {
    position:fixed;left:0;right:0;top:0;bottom:0;
    background-color: #000000;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 10;
}