#wrapper {
	height: 1250px;
	background: url(images/background.jpg) center 122px no-repeat #000;
}

#header {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 531px;
	height: 122px;
	background: url(images/zetman.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#header .onair {
	float: right;
	width: 429px;
	height: 122px;
	background: url(images/onair.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#contents {
	width: 960px;
	margin: 0 auto;
}

#contents dt, #contents dd {
	position: absolute;
}

#story h2 {
	width: 275px;
	height: 57px;
	background: url(images/story.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#story .text {
	width: 531px;
	height: 476px;
	background: url(images/story_text.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#btn_official {
	margin-bottom: 40px;
	padding-left: 10px;
}

#cast {
	float: left;
	width: 531px;
}

#cast h2 {
	height: 30px;
	background: url(images/cast.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#cast dl {
	height: 161px;
	background: url(images/cast_text.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#staff {
	float: right;
	width: 390px;
	text-indent: -9999px;
}

#staff h2 {
	height: 30px;
	background: url(images/staff.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#staff dl {
	height: 161px;
	background: url(images/staff_text.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#footer {
	clear: both;
	padding-top: 66px;
	*padding-top: 20px;
	text-align: center;
}

