#map {
	background: url('img/treasure/map.jpg') no-repeat;
	width: 550px;
	height: 550px;
	margin-left: 50px;
	padding-left: 4px;
	padding-top: 5px;
	display:inline;
	float: left;
}

#map .location {
	background: url('img/spacer.gif');
	width: 27px;
	height: 27px;
	margin: 1 1 1 1;
	float: left;
}


#map .nothing {
	background: url('img/treasure/nothing.jpg') no-repeat center;
	width: 27px;
	height: 27px;
	margin: 1 1 1 1;
	float: left;

}

#map .treasure {
	background: url('img/treasure/gift.gif') no-repeat center;
	width: 27px;
	height: 27px;
	margin: 1 1 1 1;
	float: left;

}

#map .coins {
	background: url('img/treasure/coins.gif') no-repeat center;
	width: 27px;
	height: 27px;
	margin: 1 1 1 1;
	float: left;

}

#map .coconuts {
	background: url('img/treasure/coconuts.gif') no-repeat center;
	width: 27px;
	height: 27px;
	margin: 1 1 1 1;
	float: left;
}

#wnd2 {
	position:absolute;
	/*top:100;*/
	left:50;
	width:550px;
	height:550px;
	margin-left: 50px;
	background: url('img/treasure/shadow.png') repeat;
}
#wnd {
	background: url('img/treasure/bg.gif') no-repeat center;
	position:absolute;
	width:300px;
	height:200px;
	top: 150px;
	left: 120px;
	border: solid #F78627 2px;
	padding: 20 10 10 20;
}
#wnd_close {
	position:absolute;
	top:200;
	right:100;
	width:10px;
	height:10px;
}



#wnd2_pop {
	position:absolute;
	left: 80px;
	top: 300px;
	width:840px;
	height:840px;
	background: url('img/treasure/shadow.png') repeat;
}
#wnd_pop{
	/*background: url('img/treasure/bg.gif') no-repeat center;*/
	position:absolute;
	margin:auto;
	width:640px;
	height:640px;
	top: 100px;
	left: 100px;
	border: solid #F78627 2px;
	/*padding: 20 10 10 20;*/
}
#wnd_pop_close {
	position:absolute;
	top:50px;
	left:750px;
	width:10px;
	height:10px;

}

