#background {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-height:100%;
    background:#000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
    -moz-opacity: 0.5; /* Mozilla 1.6 */
    -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    z-index: 99;
    }
#foto {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10000;
    width: 1050px; height: 794px;
    background: url('../_img/official/bg_foto_full.gif') left top no-repeat;
    }
    #foto div {
        position: relative;
        }
    #content_foto {
        padding: 13px;
        width: 1013px; height: 768px;
        z-index: 1000;
        }
        #foto #ob_cross {
            width: 11px; height: 11px;
            position: absolute;
            top: 13px; right: 5px;
            cursor: pointer;
            z-index: 101;
            }