body {
	margin:0;
	padding:0;
	background: #A7C8EC url(/images/laterne.jpg) no-repeat center bottom fixed;
	font: 1.5em arial, sans-serif;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	}

#header {
	margin:auto;
	width:900px;
	text-align:right;
	}

#content {
	width:450px;
	position:absolute;
	bottom:80px;
	margin: 0 0 0 100px;
	}
	
#content h1 {
 	background-color: #C20004;
	display:inline-block;
	margin:0;
	padding:0.1em 0.3em;
	font: 2em georgia, serif;
	}