/* Style for overlay and box */
.overlay{
    background:transparent url(../images/iface/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box{
    background: url(../images/content/overlay.jpg) no-repeat center 0;
    background-size: contain;
    text-align: center;
    height: 453px;
    position:fixed;
    top:-515px;
    left:20%;
    right:20%;
    padding:20px;
    z-index:101;
    cursor: pointer;
}