html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	background-color: black;
	width: 100%;
	height: 100%;
    margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	top: 50%;
	text-align: center;
	margin: -213px auto auto auto
}

canvas {
/* 	background: #ccc;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%; */
}
