body {
	background-image: url("Background.jpg");
	background-color: #0000FF;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 200%;
	margin-left: 2em;
}
html {
	cursor: url(cursor.png), url(cursor-ersatz.png), auto;
}