
.grid-page {
	display: block;
	width: 900px;
	height: 1200px;
	margin: 20px auto;
	background-image: url("image.png");
	background-size: contain;
	overflow: hidden;
	position: relative;
}

.grid-page a {
	position: absolute;
	/*border: 1px solid red;*/
}

.grid-page a:hover {
	/*border: 1px solid blue;*/
}


#shelter {
	width: 90px;
	height: 100px;
	top: 515px;
	left: 240px;
}

#random {
	width: 85px;
	height: 80px;
	top: 485px;
	left: 540px;
}

#attentive {
	width: 120px;
	height: 70px;
	top: 640px;
	left: 540px;
}

#inspiration {
	width: 105px;
	height: 70px;
	top: 460px;
	left: 380px;
}

#maps {
	width: 70px;
	height: 90px;
	top: 660px;
	left: 340px;
}

#playground {
	width: 90px;
	height: 150px;
	top: 310px;
	left: 280px;
}

#diafoto {
	width: 70px;
	height: 100px;
	top: 730px;
	left: 450px;
}

#journey {
	width: 105px;
	height: 90px;
	top: 360px;
	left: 470px;
}