@charset "utf-8";
/* GREEN.FROG.FEET WEBWHEEL CSS */

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background-color:#FFD700;
	color:#FFFFFF;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:100%;
	height:50%;
	background-color:#000000;
	margin-bottom:-17.50em; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:35em;
	width:100%;
	clear:left;
	background-color:transparent;
	background-image:url(images/background_town.gif);
	background-repeat:repeat-x;
	background-position:center center;
	background-attachment:scroll;
	}
