body {
		background: #e7e4f1 url(img/blackbird.png) 300px 50px no-repeat fixed;
		background-position: 383px 268px;
		font-family: helvetica, arial, sans-serif;
		

}

#backpic {
	    background: url(img/cottage.png) no-repeat 870px 1px;
}

header h1 {
	    font-size: 40px;
}

#title {
	    font-family: impact;
	    text-align: center;
	    margin: 33px;

}

#title span {
	    display: block;
	    font-size: 30px;
	    margin: 33px;

}
#wrapper {
		width: 220px; 
		margin: 90px auto; 
		padding: 20px;
		text-align: left;
		background: #6b6d6e;
		background-size: 50%;
		border: 2px solid black;
		box-shadow: 2px 2px 2px 2px;



}

.stanza {
		font-family: georgia, "times roman", sans-serif;
        width: 211px;
        background: darkgray;
        color: white;
        font-size: 12px;
        margin: auto;
        

}

p:first-of-type:first-letter {
		font-size: 50px;
}		

a:link, a:visited {
		color: red;
		text-decoration: none;
}

a:hover, a:focus {
		color: lightblue;
}


#bio {
	    margin: 20px auto;
	    width: 600px;
	    font-size: 11px;
}

figure {
	    text-align: center;

}

aside h2 {
	    text-align: center;
	    font-family: impact;
}

.stanza h3 {
	    text-align: center;
	    color: red;
	    width: 100%;
	    background: white;
	    font-size: 16px;
}

footer {
	    font-size: 11px;
	    width: 66px;
	    background-color: white;
}

footer:hover{
	    background-color: lightblue;
}