body{
background-position: top center;
background-repeat: no-repeat;
}
/*------------------ POPUP STYLES ----------------- */
html, body {
margin:0pt;  
width: 100%;
height:100%;  
}
#custom_backgroundPopup{
margin: 0 auto;
display:none;
position: absolute;
height:100%;
width:100%;
top: 0;
right: 0;
z-index: 10000;
background:#000;
}
#popupContact{
display:none;
position:fixed;
width:810px;
height:422px;
z-index:10005;
padding:0;
margin: 0;
}
#popupContactClose{
position:absolute;
cursor: pointer;
left:0;
top:-15px;
font-family: 'century gothic', arial;
font-size: 13px;
font-weight: bold;
color: #ff0000;
}