#openLoadingLayer {
	background-color: #FFFFFF;
	position: fixed;
	z-index: 9998;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#openLoadingContainer {
	position: fixed;
	z-index: 9999;
	left: 48%;
	top: 48%;
	right: 48%;
	bottom: 48%;
	font-size: 12px;
	color: #FF666A;
	text-align: center;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	width: 100%;
}
#container {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
h1 {
	text-indent: -9999px;
	height : 144px;
}
#story1 {
	background-image: url(images/story1BG.png);
	height: 1194px;
	width: 999px;
	background-repeat: no-repeat;
}
#story2 {
	background-image: url(images/story2BG.png);
	background-repeat: no-repeat;
	height: 1038px;
	width: 999px;
	margin-bottom : 80px;
}
.storyContainer {
	box-shadow : 3px 3px 7px #aaa;
	clear : both;
}
.text {
	width: 460px;
	padding-top: 140px;
	padding-left: 80px;
}
.text p {
	font-size: 12px;
	line-height: 21px;
	color: #5E3711;
	padding-bottom: 21px;
	text-align: justify;
}
.outerLink {
	float: left;
	padding-left: 80px;
}
.back {
	float: right;
	padding-right: 33px;
}
#story1 .text {
	padding-bottom: 35px;
}
#story2 .text {
	padding-bottom: 45px;
}
