﻿html, body {
	background: #000;
	color: #aaa;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;	
	width:  100%;
  	height: 100%;
  	overflow: hidden;
}		

a {
	color: #00CBCB;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#FFFFFF;
}

#canvasContainer { 
	position: absolute;
	width: 100%;
	height: 100%;
}



#about a {
	color: #fff;
}

#output {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

