#Shop table{
	padding: 5px;
	margin: 0 auto;
	font-size: 16px;
}

#SellWood{
	width: 450px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
}

#SellWood .img{
	width: 50px;
	height: 50px;
	background-image: url("../res/Wood.png");
	background-repeat: no-repeat;
}

#SellStone{
	width: 450px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
}

#SellStone .img{
	width: 50px;
	height: 50px;
	background-image: url("../res/Stone.png");
	background-repeat: no-repeat;
}

#SellFood{
	width: 450px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
}

#SellFood .img{
	width: 50px;
	height: 50px;
	background-image: url("../res/Fish.png");
	background-repeat: no-repeat;
}

#House{
	width: 450px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
}

#House .img{
	width: 50px;
	height: 50px;
	background-image: url("../res/house.png");
	background-repeat: no-repeat;
}

#LumberCamp{
	width: 450px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
}

#LumberCamp .img{
	width: 50px;
	height: 50px;
	background-image: url("../res/LumberCamp.png");
	background-repeat: no-repeat;
}

#Mine{
	width: 450px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
}

#Mine .img{
	width: 50px;
	height: 50px;
	background-image: url("../res/Mine.png");
	background-repeat: no-repeat;
}

#FishingBoat{
	width: 450px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
}

#FishingBoat .img{
	width: 50px;
	height: 50px;
	background-image: url("../res/FishingBoat.png");
	background-repeat: no-repeat;
}

#Market{
	width: 450px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
}

#Market .img{
	width: 50px;
	height: 50px;
	background-image: url("../res/Market.png");
	background-repeat: no-repeat;
}