<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#map {
	background-image: url("images/middle_earth.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
	border: thin solid black;
}
</pre></body></html>