body {
	background: #ccc url('splash.jpg') no-repeat center 0;
}
#daji {
	width: 456px;
	height: 329px;
	background: url('daji.png') no-repeat;
	margin: 7em auto 0;
}
#content-container-main {
	margin-bottom: 2em;
}
#yarinas {
	width: 700px;
	margin: 0 auto 4em;
	position: relative;
	height: 200px;
}
#yarinas div,
#yarinas a.yarina {
	display: block;
	width: 100px;
	height: 180px;
}
#y1 {
	position: absolute;
	top: 0;
	left: 0;
	background: url('yarinas.png') no-repeat -1px 0px;
}
#y2 {
	position: absolute;
	top: 50px;
	left: 150px;
	background: url('yarinas.png') no-repeat -100px 2px;
}
#y3 {
	position: absolute;
	top: 60px;
	left: 300px;
	background: url('yarinas.png') no-repeat -200px 2px;
}
#y4 {
	position: absolute;
	top: 50px;
	left: 450px;
	background: url('yarinas.png') no-repeat -310px -5px;
}
#y5 {
	position: absolute;
	top: 0;
	left: 600px;
	background: url('yarinas.png') no-repeat -412px 4px;
}
#y1:hover,
#y1.active {
	background: url('yarinas.png') no-repeat -526px 0px;
}
#y2:hover,
#y2.active {
	background: url('yarinas.png') no-repeat -625px 2px;
}
#y3:hover,
#y3.active {
	background: url('yarinas.png') no-repeat -725px 2px;
}
#y4:hover,
#y4.active {
	background: url('yarinas.png') no-repeat -835px -5px;
}
#y5:hover,
#y5.active {
	background: url('yarinas.png') no-repeat -937px 4px;
}
a.y-label {
	color: #ccc;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 160%;
	width: 150px;
	position: absolute;
	left: -25px;
	bottom: 40px;
	text-shadow:
		0px -1px 0px #666,
		0px 1px 0px #fff,
		0px 3px 5px #000000,
		0px 2px 2px #000000;
}
#yarinas div:hover a.y-label {
	color: #fff;
}
#main-desc {
	position: relative;
	width: 700px;
	min-height: 100px;
	font-size: 85%;
	line-height: 150%;
	color: #ccc;
	margin: 9em auto 2em;
	text-shadow: 0px -1px 1px #666, 0px 1px 2px #000000, 0px 1px 3px #000000;
}
#main-desc div {
	display: none;
	position: absolute;
	width: 700px;
	padding-bottom: 2em;
}
#main-desc div.selected {
	display: block;
}
#main-desc .subject {
	font-variant: small-caps;
	color: #fff;
}
#main-desc a.subject {
	color: #fff;
	text-decoration: none;
}

.toggle {
	display: block;
	width: 25px;
	height: 25px;
	background: transparent url('q-icon.png') no-repeat center center;
	margin: auto;
	cursor: pointer;
}
.toggle.active {
	background-image: url('q-icon-up.png');
}
#yarinas .toggle {
	margin: 0px auto -25px;
}
