#wrapper {
	position: relative;
	background: url(images/background.jpg) center 30px no-repeat;
}

#header {
	position: absolute;
	text-indent: -9999px;
}

#contents {
	position: relative;
	width: 960px;
	height: 1015px;
	margin: 0 auto;
	background: url(images/background.jpg) center 30px no-repeat;
}

#contents dt, #contents dd {
	position: absolute;
}

#story {
	position: absolute;
	left: 563px;
	top: 146px;
}

#story h2 {
	height: 35px;
	background: url(images/story.png) center 0 no-repeat;
	text-indent: -9999px;
}

#story .text {
	width: 364px;
	height: 207px;
	background: url(images/story_text.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#btn_official {
	position: absolute;
	left: 522px;
	top: 691px;
}

#cast {
	position: absolute;
	left: 563px;
	top: 410px;
}

#cast h2 {
	height: 35px;
	background: url(images/cast.png) center 0 no-repeat;
	text-indent: -9999px;
}

#cast dl {
	width: 364px;
	height: 242px;
	background: url(images/cast_text.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#staff {
	position: absolute;
	left: 23px;
	top: 773px;
}

#staff h2 {
	width: 130px;
	height: 44px;
	background: url(images/staff.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#staff dl {
	width: 726px;
	height: 98px;
	background: url(images/staff_text.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#footer {
	position: absolute;
	top: 985px;
	width: 960px;
	text-align: center;
}

