img {
	display:inline-block;
	float:left;
	padding:10px;
	margin-left:200px;
	margin-top:20px;
	width:30%; height:auto;
	}
	
body {background:black;}

div.poembox {
	display:inline-block;
	float:left;
	padding:80px;
	margin-left:100px;
	margin-top:80px;
	width:25%; height:300px;
	background-color:#dcdcdc;
	opacity:0.6;
	text-align:center;
	

	}
	
p.poem {
    font-size: 1.8em;
	font-weight:700;
	line-height:1.8em;
	font-family: cambria garamond, georgia, "lucida Calligraphy", "Times New Roman, serif;
	}
	
img { display:inline-block;
	float:left;
	padding:10px;
	margin-left:200px;
	margin-top:50px;
	width:30%; max-height:600px;
	}
	
.v-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}