html, body {
	height: 100%;
	width: 100%;
	background: #eee;
	margin: 0;
	padding: 0;
}


section#menu {
	position: absolute;
	padding: 0 10px;
	width: 19%;
	text-align: right;
}

#menu h2 {
	font-size: 0.9em;
	color: #666;
}

section#essay {
	position: relative;
	float: right;
	width: 75%;
	padding: 30px;
	background: #eee;
	color: #666;
}

footer {
	position: relative;
	left: 20%;
	clear: both;
	text-align: center;
	background: #eee;
	color: #666;
	width: 75%;
	padding: 10px 30px;
	
}

article.articlebody {
	position: relative;
	margin: 50px 20px;
	line-height: 1.3em;
	color: #777;
}

div.poem {
	padding: 20px 60px;
	background: #fff;
	color: #777;
	font-size: 1.03em;
}

#menu h2 {
	line-height: 1.1em;
}

h1 {
	background: inherit;
	color: #600;
}

p.trenner {
	text-align: center;
	padding: 20px;
}