body {
     height:100%;
     margin:0;
     padding:0;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-image:url(overlay.png);
}

#overlay div {
     width:300px;
     margin: 300px auto;
     background-color: #55503C;
     border:1px solid #000;
/*     padding:15px;
     text-align:center;*/
}

.markClose
{
    top: 1;
    position: relative;
    height: 0;
    width: 5;
    border-width : 0px;
    padding: 0px;
    text-align: right;
}
markClose a
{
    
}

.overlayClose
{
     height: 25; 
     width: 25;
     border-color:#B52C07;
     border-width:0px;
}