body {
	margin: auto;
	text-align: center;
	background-image: url(img/blackbirds.png);
	font-size: 1.2em;
}
 header {
 	margin: auto;
 	width: 1000px;
 }

li {
	list-style-type: none;
}

a {
	color: purple;
	text-decoration: none;
}

aside {
	clear:both;
	margin: auto;
	width: 1000px;
}

h3 {
	font-size: 1.4em;
}

a:hover {
	opacity:.75;
}
#poem {
	margin: 20px auto;
	width: 1000px;
 }

#wrapper {
	margin: 5px auto;
 	padding: 10px; 
 	border: 10px solid black;
 	max-width: 1280px;
}
 .stanza {
 	float: left;
 	width: 250px;
 	height:250px;
 }
  .stanza2 {
  	clear: both;
  	margin: auto;
 	width: 250px;
 	height:250px;
 }


#stevens {
	width: 750px;
	margin: 10px auto;
}




