body {
	font-size: x-large;
	background-color: #cfecef;
	background-image: url('../img/main/cloud_bg.png');	
	color: #555555;
}

#outer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11.5em; /*set to a negative number 1/2 of your height*/
	margin-left: -16em; /*set to a negative number 1/2 of your width*/
	/*border: 1px solid #ccc;
	background-color: #f3f3f3;*/
	width:32em;
	height:23em;
}

img.static {
	position: absolute;
}

/* town */
#town-top {	top: 1px; left: 165px; }
#town-left { top: 176px; left: 5px; }
#town-right { top: 176px; left: 653px; }

/* roads */
#road-topleft { top: 126px; left: 116px; }
#road-topright { top: 126px; left: 610px; }
#road-bottomleft { top: 500px; left: 116px; }
#road-bottomright { top: 500px; left: 610px; }
.road-horizontal {
	position: absolute;
	left: 161px;
	background-repeat: repeat-x;
	width: 450px;
	height: 45px;
}
#road-top {
	top: 126px;
	background-image: url('../img/main/midtoproad_wp.png');
}
#road-bottom {
	top: 500px;
	background-image: url('../img/main/midbottomroad_wp.png'); }

.road-vertical {
	position: absolute;
	top: 171px;
	background-repeat: repeat-y;
	width: 45px;
	height: 329px;
}
#road-left {
	left: 116px;
	background-image: url('../img/main/midleftroad_wp.png');
}
#road-right {
	left: 610px;
	background-image: url('../img/main/midrightroad_wp.png');
}

.inner {
	position: absolute;
	top: 171px;
	left: 161px;
	height: 329px;
	width: 450px;
	/*background-color: #99cc66;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('../img/main/center_bkg_wp.png');
}

.lbhref {
	display: none;
}

#copyright { 
	position: absolute;
	font-size: x-small;
	top: 555px;
	left: 240px;
}
