body,html{
	padding:0;
	margin:0;
	background: #000;
}
#debug{
	float:left;
	width:300px;
	height:100px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#instruction{
	float:left;
	font-family:"Helvetica Neue", "Helvetica", Arial, Sans-serif;
	position:fixed;
	bottom: 0;
	left:0;
	color:#eee;
	background:rgba(0,0,0,0.6);
	border: 1px solid #666;
	padding:5px;
	font-weight:100;
	font-size:14px;
	opacity:1;
	-webkit-transition: all 5s linear;
	transition: all 5s linear;
}
#instruction a{
	color:#bbb;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#instruction a:hover{
	color:#ccf;
