#wrapper{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(60,64,81);
}

#spark_canvas{
	border: 1px solid;
	width: 100%;
	height: 100%;
	position: fixed;
}

#info_display{
	position: fixed;
	color: white;
}