body {
	background: #FFFFFF;
}

.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');
}

	/*** Debug ***/
#debug {
	clear: both;
}
#boxWrapper {
	position: relative;
	z-index: 5;
	width: 280px;
	background: #FFFFFF;
	opacity: 0.75;
}
#toggler {
	position: absolute;
	right: 10px;
	top: 10px;
	float: right;
}