#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#fff;
	z-index:1000;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:340px;
	height:260px;
	background:transparent url('iwfLogo.png') no-repeat;
	z-index:1005;
	text-align:center;
}
#popupContact h2{
	font-size: 1.6em;
	margin: 0;
	padding:220px 0px 0px 0px;
}
#popupContactClose{
	position:absolute;
	right:-2px;
	top:-2px;
	display:block;
	width:25px;
	height:25px;
	text-indent: -9999px;
	background:transparent url('close.png') no-repeat;
	cursor:pointer;
}


