body {

	background-color: black;
	color: #888;
}

canvas {

	display: block;
	margin: 100px auto;
	width: 600px;
	height: 400px;
	border: 1px solid #333;
	cursor: crosshair;
}
canvas.move { cursor: move; };

table {

	font-size: 12px;
	margin-bottom: 10px;
}

table td {

	text-align: right;
}

#left {

	position: absolute;
	top: 100px;
	left: 0px;
	width: 400px;
}

#right {

	position: absolute;
	top: 100px;
	right: 0px;
	width: 400px;
}

#right table {

	float: right;
	clear: right;
}