


body {
	background-color: #dcecfa;
	margin: 0;
	padding: 0;
	font-family: Brush Script MT, serif;
	font-size: 24px;
	font-weight: lighter;
}

#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.stretch {
	width: 100%;
	height: 100%;
}

#wrapper {
	width: 900px;
	margin: 10px auto;
	padding: 15px;

}

header {
	height: 250px;
	margin:0 auto;
	text-align: center;
}

.stanza-odd {
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 1.4;
	float: left;
	width: 440px;
	height: 300px;
}

.stanza-pos {
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 1.4;
	float: right;
	width: 440px;
	height: 300px;
}

.stanza13 {
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 1.4;
	width: 896px;
	height: 250px;
	text-align: center;
	clear: both;
}

#poem {
	text-align: center;
}

#bio {
	width: 900px;
	float: right;
	font-family: Georgia, serif;
	font-size: 18px;
}

#bio p:first-of-type:first-letter {
	font-size: 35px;
}

figure{
	width: auto;
	float: left;
}

a:link, a:visited {
	color: #9098ad;
	text-decoration: none;
}

a:hover, a:focus {
	color: lightblue;
}

footer{
	clear: both;
	font-family: Georgia, serif;
	font-size: 14px;
	text-align: center;
}