#Map{
	width: 74%;
	height: 100%;
}

#Island{
	width: 600px;
	height: 500px;
	left: 15%;
	top: 15%;
	background-image: url("../res/Island.png");
	position: absolute;
}

#Town{
	position: absolute;
	top: 40%;
	left: 40%;
	width: 125px;
	height: 125px;
	background-image: url("../res/Town.png");
}

#FishingSpot{
	position:absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url("../res/Fishes.png");
}

#Forest{
	position: absolute;
	top: 25%;
	left: 18%;
	width: 120px;
	height: 120px;
	cursor: pointer;
	background-image: url("../res/Forest.png");
}

#Mountain{
	position: absolute;
	top: 12%;
	right: 15%;
	width: 125px;
	height: 125px;
	cursor: pointer;
	background-image: url("../res/Mountain.png");
}

#WheatField{
	position: absolute;
	bottom: 20%;
	right: 16%;
	width: 125px;
	height: 125px;
	cursor: pointer;
	background-image: url("../res/WheatField.png");
}

#Harbor{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 125px;
	height: 125px;
	background-color: gray;
}