body{
	font-size:22px;
	height: 1600px;
	background-image: url(img/foggy_forest_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

h1 {
	text-align: center;
}

h1 span{
	font-size: .6em;
	color: brown;
}

#wrapper {
	position: relative;
	width:1000px;
	border: 3px solid black;
	margin: 20px auto;

}


#poem {
	width:300px;
	border: 1px solid black;
	margin: 10px auto;
	background-color: white;
	opacity: .7;

}

#firstBlackbird{
	width: 30%;
	position: absolute;
	top: 200px;
	left:135px;
	z-index:1;
}

#secondBlackbird{
	width: 30%;
	position: absolute;
	left:575px;
	top: 450px;
	z-index:1;
}

#thirdBlackbird {
	width: 30%;
	position: absolute;
	left: 135px;
	top: 650px;
	z-index:1;
}

#fourthBlackbird{
	width: 30%;
	position: absolute;
	left:575px;
	top:925px;
	z-index:1;
}

#fifthBlackbird{
	width: 30%;
	position: absolute;
	left: 135px;
	top: 1200px;
	z-index:1;
}


#sixthBlackbird{
	width: 30%;
	position: absolute;
	left:575px;
	top:1500px;
	z-index:1;
}

h1 {
	color: black;
}

h3 {
	color:grey;
}

.stanza{
	font-size: .7em;
	text-align: center;
	font-style: italic;
	font-family:georgia ;

}


}
#bio p::first-letter{
	font-size:26px;
	color:grey;
}

#biolistwikimail {
	border: 1px solid black;
	margin: 10px auto;
	background-color: white;
	opacity: .7;
}



a:link, a:visited {
	color:brown;
	text-decoration:none;
}

a:hover, a:focus {
	color:purple;
}



