.page {
	min-height: 700px;
}

.header {
	display: none;
}
.center {
	position: absolute;
	top: 198px;
	left: 0px;
	width: 100%;
	height: 312px;
	background-color: transparent;
	overflow: hidden;
	display: none;
}

.typo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #ffffff;
}

.intro {
	position: absolute;
	top: 225px;
	cursor: pointer;
}

.x {
	position: absolute;
	top: 225px;
	cursor: pointer;
}

.x_comment {
	position: absolute;
	top: 0px;
	left: 72px;
	cursor: default;
	display: none;
}

.g {
	position: absolute;
	bottom: 0px;
	left: 27%;
	cursor: pointer;
}

.l {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.l_comment {
	position: absolute;
	top: 20px;
	right: 208px;
	cursor: default;
	display: none;
}

.z {
	position: absolute;
	right: 0px;
	bottom: 10%;
	cursor: pointer;
}

.z_comment {
	position: absolute;
	bottom: 196px;
	right: 280px;
	cursor: default;
	display: none;
}

.leftnav {
	display: none;
}

.rightnav {
	display: none;
}

.hideoverviewnav {
	display: none;
}

