/* this is a comment */

body {
	background-color:grey;
	font-family:helvetica, arial, sans-serif;
	font-size: 22px;

}

#wrapper {
	width: 1500px;
	background:grey url(img/blackbird.png) no-repeat fixed center;
	background-size: contain;
	margin: 20px auto;
}

.stanza {
	font-family: Georgia, serif;
	color: red;
	font-size: 1em;
	text-align: center;
	width: 400px;
	margin: 10px auto;
	border: 10px; color: black;
	background: grey;
}

	
#bio p {
	text-align: justify;
	padding: 25px;
	background: grey;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover, a:focus {
	color: slateblue;
}