html, body, {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
body     {
	  font-family: lobster, arial, sans-serif;
	  background-color: #BFAB93;
	  font-size: 20px;
	  border: 20px solid black;
}
#wrapper {
    		width: 1000px;
    		margin: 20px auto; 
    		background-color: #BFAB93;
    		text-align: center;
    		background: #BFAB93 url() 
    		    no-repeat 50px 100px;
    		background-size: center;

}
.stanza  {
	font-family: georgia, "times roman", sans-serif;

}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

#poem {

}

#bio {
	font-family: times roman;
}
h2 {
   color: #445632  !important;
   font-family: helvetica, arial, sans-serif;
}
h4 {
	color: #445632  !important;
   font-family: helvetica, arial, sans-serif;
   font-size: 30px;
}



p  {
	text-align: left;
	padding: 20px;
	line-height: 1.4; 
}

p:first-of-type:first-letter {
	font-size: 40px;
} 

a:link, a:visited {
	color: #445632;
	text-decoration: none; 
}
 
a:hover, a:focus {
	color: #725117;
	text-decoration: none; 
}


#bio a:link, #bio a:visited {
	color: #445632;
	text-decoration: none; 

}

 #bio a:hover, a:focus {
 	 color: #725117; 
 	 text-decoration: none;
 }