body {
	background:url(/images/bg.png) repeat-x;
	background-color: #6680a8;
	margin:0 0 0 0;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
}

img {
	border: none;
}

.leftDIV {
	position: absolute;
	left: 0px;
	width: 293px;
	height: 226px;
	background:url(/images/left-bg.png) no-repeat left bottom;
	margin-top: -356px;
}

.rogaDiv {
	position: absolute;
	width: 10px;
	height: 200%;
	background:url(/images/roga.png) repeat-y;
	left: 293px;
	bottom: 0px;
	margin-bottom: -110px;
	z-index: 50;
}

.bottomDIV {
	position: absolute;
	clear: both;
	left: 0px;
	height: 50px;
	background:url(/images/wdot.png);
	margin-top: -50px;
	width: 100%;
}

.mapDIV {
	position: absolute;
	z-index: 99;
	width: 316px;
	height: 341px;
	background:url(/images/map.png) no-repeat;
	left: 0px;
	top: 0px;
}

.titleDIV {
	position: absolute;
	x-index: 99;
	width: 472px;
	height: 51px;
	background:url(/images/title.png) no-repeat;
	left: 295px;
	top: 0px;
}

.mainDIV {
	margin-left: 320px;
	margin-top: 50px;
}

.itemBorder {
	width: 222px;
	height: 64px;
	background:url(/images/item-bg.png) no-repeat;
	padding: 0px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	
}

.itemList {
	color: white;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	width: 100%;
}

.counters {
	margin-left: 320px;
}

