html {
	background-color:black;
}
section {
	height: 288px;
	width: 544px;
	margin: 100px auto;
	position: relative;
}

.land {
	background-image: url('./world_elements.png');
	float:left;
	margin: 0;
}

.loch {
	background-image: url('./loch_ness.png');
	width: 56px;
	height: 52px;
	position: relative;
	top: 50px;
	left: 60px;
	background-position: 0 -52px;
	display:none;
}