#sparkles {
	z-index:-1;
}
#ekho_map {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.grid_raster {
	background:url(../images/raster.png);
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.playerControls {
	position:absolute;
	top:30px;
	right:10px;
}
.playerControls a {
	width:17px;
	height:17px;
	display:inline-block;
	margin:0 2px;
	text-indent:-9999px;
	cursor:pointer;
	background-image:url(../images/controls.png);
	background-repeat:no-repeat;
}
#controls_status.active {
	background-position:left top;
}
#controls_status {
	background-position: left bottom;
}
#controls_sound.active {
	background-position:right top;
}
#controls_sound {
	background-position:right bottom;
}
