body { background: #FFF; }

canvas {
	border: 1px solid #CCC;
}

	/*** Map ***/
.tTile, .tGrid, .tOverlay {
	position: absolute;
	width: 33px;
	height: 16px;
}
.tGrid {
	background: url('img/t-grid.png');
	opacity: 0.2;
}
.tGrid:hover {
	opacity: 0.6;
}

.tGrass {
	background: url('img/t-grass.png');
}
.tWater {
	background: url('img/t-water.png');
}

	/*** Units ***/
.uWorker {
	
}

	/*** Debug ***/
#debug {
	clear: both;
}
#boxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	width: 280px;
	background: rgba(255, 255, 255, 0.75);
}
#toggler {
	position: absolute;
	top: 1em;
	right: 1em;
	float: right;
}