@charset "utf-8";
/* CSS Document */


html,body{
	width:100%;
	height:100%;
	background-color:#859ca8;
	color:#1d1105;
	
	font-size:15px;
	line-height:25px;
}

.container{
	top:0;
	width:100%;
	height:100%;
	
	text-align:center;
	
}
#storyImg{
	background:url(../images/story.png) no-repeat bottom;
	background-size:100% auto;
	position:fixed;
	width:100%;
	height:100%;
	bottom:0;
	z-index:100;
	}
.textContents{
		width:800px;
	margin:117px auto 50px auto;
	position:relative;
	z-index:1 !important;
}
.textContents h1{
	margin:127px auto 40px auto;
	}
.textContents  p{
	margin:0 auto;
	height:800px;
	}
