﻿body 
{
    background-color:black;
}

#dv-modal
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1000;
}

#dv-bg
{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#dv-form
{
    text-align:center;
    position: relative;
    width: 600px;
    height: 300px;
    color: white;

    /*CENTER ON THE SCREEN*/
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -150px;
}