@charset "UTF-8";

#story_cont{
	width:960px;
	height: 650px;
	background-image: url(images/story.jpg);
	background-repeat: no-repeat;
	text-align:left;
}
#story h1{
	width: 940px;
	height: 100px;
	font-weight: bold;
	text-align: left;
	text-indent: -9999px;
	overflow:hidden;
}
#story_copy h2{
	width: 940px;
	height: 90px;
	font-weight: bold;
	text-align: left;
	text-indent: -9999px;
	overflow:hidden;
}
#story_txt{
	width: 400px;
	height: auto;
	text-align: left;
	line-height: 24px;
	margin-left:110px;
}