@charset "UTF-8";
/* CSS Document */

html {
	background: url(hintergrund.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: regular;
	font-variant: normal; 
}
