html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background: transparent no-repeat center center fixed;
	background-size: cover;
	font-family: 'Alex Brush', cursive;
	color: #4D7DB0;
}
h1 {
	font-size: 64pt;
	font-weight: normal;
	margin: 1% 0 0 3%;
}
#mainos {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 80px;
}
.copyright {
	font-size: 1.5em;
	position: absolute;
	left: 3%;
	bottom: 10px;
}