body{
background                  :#ffffff;
margin                      :0px;
overflow                    :hidden;
}


#flash {
        position            :absolute;
        height              :500px;
        width               :710px;
        top                 :50%;
        left                :50%;
        margin-left         :-355px;
        margin-top          :-250px;
        z-index             :1;
        background-color    :#ffffff;
        text-align          :center;
        font-family         :verdana;
        font-size           :83%;
        }

