body {
	height: 100%;
	background-color: white;
	margin: 0; padding: 0;
	font-family: sans-serif;
}

div {
	padding: 0; margin: 0;
}

a {
	color: black;
	background-color: white;
	text-decoration: none;
}

#main {
	position: absolute;
	top: 50%; left: 50%;
	width: 517px;
	height: 350px;
	margin-top: -175px;
	margin-left: -258px;
}

#poem {
	position: absolute;
	top: 50%; right: 10%;
	margin-top: -100px;
	border: 1px solid black;
	padding: 10px;
	max-height: 55%;
	overflow: auto;
}

#bottom_menu {
	position: absolute;
	bottom: 10px;
	font-size: 9pt;
	margin-left: -130px;
	left: 50%;
	text-align: center;
}

#navigation {
	position: absolute;
	top: 50%;
	margin-top: -125px;
	right: 10%;
	margin-right: 1px;
	height: 20px;
	text-align: right;
	font-size: 14pt;
}

.inactive {
	color: lightgrey;
}

.author {
	text-align: right;
	font-size: 9pt;
}

