* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	background-color: #113f5b;
}

#animation_container {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#canvas {
	margin: auto;
	display: block;
	width: 980px;
	height: 612.5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
