*{
	margin: 0;
	padding: 0;
}
HTML, BODY{
	height: 100%;
}
#map{
	width: 450px;
	height: 352px;
	background: url(../i/map.jpg) no-repeat;
	position: relative;
}
#map IFRAME{
	border: none;
}
#popup{
	width: 364px;
	height: 255px;
	position: absolute;
	top: 64px;
	left: 40px;
	background: url(../i/popup.jpg) no-repeat;
	display: none;
}
#map A{
	display: block;
	position: absolute;
	width: 82px;
	height: 11px;
	left: 251px;
	top: 123px;
}
#map #hide-popup{
	width: 38px;
	display: none;
}


