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