body {
	background: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
}
img {
	border: 0px;
}
#storyContainer {
	width: 390px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}
#storyTitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
#storyImage {
	width: 320px;
	height: 240px;
	margin-left: 35px;
}
#storyContent {
	width: 350;
	margin-left: 20px;
	text-align: justify;
}
