#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
z-index:1;
}

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:543px;
width:990px;
background: url(../images/AROUND%20THE%20WORLD/aroundtheworldmap_big-01.png) no-repeat top center;
z-index:2;
font-size:13px;

}

#popupContactClose{
	right:5px;
	top:3px;
	position:absolute;
	display:block;
	cursor: pointer;
}

#button {
	font-family: "St Regis Sabon Pro";
	font-size: 11px;
	color: #765d42;
	font-weight: bold;
	
}

#button:hover {
	text-decoration: none;
	color: #765d42;
	cursor:pointer;
}

#button p {
	position: absolute;
	margin: 15px 0 0 30px;
}

#button p img {
	position: absolute;
	margin: -4px 0 0 6px;
}