#abc {
width:100%;
height:100%;
opacity:.97;
top:0;
left:0;
z-index: 20;
display: none;
position: fixed;
background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
overflow: auto;
}
img#close {
position:absolute;
right:5px;
top:5px;
cursor:pointer
}
div#popupContact {
position:absolute;
left:50%;
top:17%;
margin-left:-202px;
font-family:'Raleway',sans-serif
}


