buyrun kodlar bunlar.
İstediğiniz gibi uyarlayabilirsiniz.
<html>
    <head>
        <title>IŞIKLARI AÇ-KAPAT</title>
        <style>
        .black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
    </style>
    </head>
    <body>
        <p>LightBox Kod Örneği - kaberdey <br>IŞIKLARI KAPATMAK İÇİN <a href = "javascript:void(0)" onclick = "document.getElementById('fade').style.display='block'">TIKLAYIN</a></p>
        <div id="fade" class="black_overlay" onclick = "document.getElementById('fade').style.display='none'"></div>
    </body>
</html>
edit: sayfaya bir video embed ederek sonucu daha iyi görebilirsiniz.