﻿html {
	background-image: url("_img/canterbury.webp");
	background-position: left top;
	background-color: white;
	background-size: cover;
	position: absolute;
	background-attachment:fixed;
	min-height: 100%;
	min-width: 100%;
	background-repeat: no-repeat;
	opacity: 1.0;
}