
#info {
	/*background:#333;*/  /*#333*/
	opacity:1.0;
	position:center ;
	top:50px;
	right:5px;
	/*width:280px;*/
	color:#fff;
	border-radius: 5px;
	z-index:10
	
}

#info p {
   padding:0 10px;
}

#info a{ color:#f2ea0a; }

/* basic styles for black background and crosshair cursor */
body {
	background: #000;
	margin: 0;
}

canvas {
	cursor: crosshair;
	display: block;
}