 html,body{
	height:100%;
	margin:0;
}
body {
	background-color: #570b1e;
	color: #161A18;
	background-image: url('drachenblut.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	height: 100%;
}
h1,h2,h3,h4,h5,h6{
	display:block;