/* Style sheet for scrolling Middle Earth example */

div#map {
	width: 500px;
	height: 500px;
	border: thin solid black;
	background-image: url("middle_earth.jpg");
	
	/* default background-position is top left, or 0px 0px */
}
