.container{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
}

.container
.overlay{
	background:white;
	border:1px solid black;
	border-radius:5px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-80px;
	margin-left:-150px;
	padding:15px 10px 5px 10px;
	z-index:1000;
}

.underlay{
	position:absolute; left:0; right:0; top:0;bottom:0;
	z-index:1000;
	background:#000000;
	opacity:0.7;
}

img.story-page-background{
	display:block;
	width:990px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

.overlay span{ width:70%;}
