body {
	margin:0;
	background: #000;
	position: relative;
	width: 100%;
	height: 100%;
}
canvas {
	background:url('https://blog.historicenvironment.scot/wp-content/uploads/2016/07/tantallon-cliffs-1024x678.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

