html, body {
	height: 100%;
}
body {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #555555;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 1.1em;
	margin: 0;
}
a img {
	border-width: 0;
}
h1 {
	font-size: 1.2em;
}
h1, h2, h3 {
	margin: 0;
}
#left {
	float: left;
	padding: 25px 20px;
	width: 130px;
}
#aligner {
	float: left;
	height: 50%;
	margin-bottom: -260px;
	width: 100%;
}
#container {
	backdrop-filter: blur(10px);
	background: url(/frame.png) no-repeat;
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 500px;
	z-index: 1;
}
#container.hidden {
	display: none;
}
#content {
	float: left;
	margin-top: 10px;
	overflow: auto;
	line-height: 1.8em;
	padding: 62px;
	width: 572px;
	height: 352px;
}
#content a {
	color: blue;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	background-color: rgba(127,127,127,0.5);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	clear: left;
	color: white;
	font: 8pt Verdana, Arial, Sans-serif;
	margin: 0 auto;
	padding: 1px 15px 3px;
	position: relative;
	text-shadow: 1px 2px 1px black;
	top: 7px;
	width: 800px;
}
#footer a {
	color: white;
	cursor: pointer;
}
#footer div {
	float: right;
}