#super_back_ground {
    min-height                  :       100%;
    min-width                   :       1024px;

    width                       :       100%;
    height                      :       auto;

    position                    :       fixed;
    top                         :       0;
    left                        :       0;
    z-index                     :       -666;
}

#super_back_ground 
    div, img, video, iframe         {
    z-index                     :        -667;
    position                    :    absolute;
    top                         :           0;
    left                        :           0;
    width                       :        100%;
    height                      :        100%;
}



