body, html {
	margin: 0;
	padding: 0;
}

#contents {
	position: relative;
	width: 100%;
}

#story0 {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/fear/ending/images/blood.gif) no-repeat center center;
	width: 100%;
	height: 660px;
	z-index: 0;
}

#story1 {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/fear/ending/images/painful.gif) no-repeat center center;
	width: 557px;
	height: 647px;
	z-index: 1;
}

#inner {
	position: relative;
	width: 500px;
	height: 600px;
	margin: 0 auto;
}
	#story2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 500px;
		text-align: center;
	}
	
	#story3 {
		position: absolute;
		top: 0;
		left: 0;
		width: 500px;
		text-align: center;
	}
	
#storyfooter {
	width: 500px;
	margin: 0 auto;
}
	#storyfooter table {
		width: 100%;
	}