/* CSS Document */

body{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

footer{
	border-top: 1px solid #888;
	opacity: 0.8;
	font-size: 0.85em;
}

a{
	color: #BBD6B9;
}

#wrapper{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.pixel{
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

#primepointer{
	background-color: #FFFF00;
	width: 30px;
	height: 30px;
	color: #FF0000;
	position: absolute;
}

.human{
	color: #FFF;
	border: 1px solid #555;
	position: absolute;
	font-size: 10px;
	box-shadow: 0 1px 8px rgba(0,0,0,0.6);
	border-radius: 50%;
}



/* -------------- Instruction block in top-left ------------- */
/* ---------------------------------------------------------- */

#instructions{
	position: absolute;
	top: 5px;
	left: 5px;
	float: left;
	width: 260px;
	padding: 5px;
	color: #AAA;
	line-height: 1.5em;
	background-color: rgba(0,0,0,.6); 
	border-radius: 10px;
}

#instructions h2{
	margin-top: 0;
}
