﻿.overlay 
{
    position:fixed;
    visibility:hidden;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-image:url('../images/modalbg.png');
    background-repeat:repeat;
    z-index:1000;
}
