html, body{
	height: 100%;
	margin: 0;
	background-color: black;
}

#myCanvas{
	height: 100%;
	width: 100%;
}