
body {
	background: #333;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
}


#frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: #222;

	cursor: crosshair;
	overflow: hidden;
	
}
#sensor {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
	
}

.flower {
	position: absolute;
	width: 0px;
	height: 0px;
	border: 1px solid red;
	z-index: 5;
	
}

.spawn {
	position: absolute;
	width: 0px;
	height: 0px;
	border: 1px solid white;
	z-index: 6;
	
}