.container {width:300px; position:relative; margin:25px auto 10px auto; text-align:left; border-right:20px solid #000; background:#000 url(images_fade_out_scrolling/dark_clouds.jpg) no-repeat;}
.poem {
text-align:left;
padding:0 10px 0px 10px;
width:300px; height:330px;
overflow: auto;
}
.fade_top {
position: absolute;
height: 40px;
width:100%;
top:0; left:0;
background:url(images_fade_out_scrolling/fade_top.png);
}
.fade_bottom {
position: absolute;
height: 40px;
width:100%;
bottom:0; left:0;
background:url(images_fade_out_scrolling/fade_bottom.png);
}

h1.headline {margin:40px 0 10px 0; font-size:1.5em;}

.fade_img {background:#000;}