<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin:0;
	padding:0;
}
body{
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div {
	position:fixed;
}

#audio-box {
	position:absolute;
	top:0;
	right:0;
	width:100px;
	height:20px;
	margin-top:10px;
	margin-right:10px;
}

#audio-box a {
	text-decoration:none;
}
.content{
	width:800px;
	height:800px;
	position:relative;
	margin:50px auto 0px auto;
	text-align:center;
}


#hs_spiral {
	position:relative;
	width:800px;
	height:800px;
	overflow:hidden;
	clear:both;
	cursor:pointer;
	background-position:center;
	background-image:url(../images/spiral.jpg);
	background-repeat:no-repeat;
}

.hs_container{
	position:relative;
	width:800px;
	height:800px;
	overflow:hidden;
	clear:both;
	cursor:pointer;
}

.hs_container .hs_area{
	position:absolute;
	overflow:hidden;
}
.hs_area img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.hs_area img.hs_visible{
	display:block;
	z-index:9999;
}

#areas {
	position:absolute;
	top:70px;
	left:70px;	
}

#area0, #area1, #area2, #area3, #area4, #area5, #area6, #area7, #area8, #area9, #area10, #area11, #area12 {
	width:0px;
	height:0px;
	border-style:none;
}

.hs_area1, .hs_area2, .hs_area3, .hs_area4,.hs_area5, .hs_area6,.hs_area7, .hs_area8, .hs_area9, .hs_area10, .hs_area11, .hs_area12, .hs_area13 {
	border-color:#996;
	border-width:1px;
	background-color:#FFF;
}

.hs_area_center{
	position:relative;
	width:480px;
	height:480px;
	top:160px;
	left:160px;
	background-position:center;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

.hs_area1{
	width:10px;
	height:10px;
	top:525px;
	left:183px;
}
.hs_area2{
	width:100px;
	height:100px;
	top:406px;
	left:39px;
}
.hs_area3{
	width:100px;
	height:100px;
	top:226px;
	left:4px;
}
.hs_area4{
	width:100px;
	height:100px;
	top:64px;
	left:96px;
}
.hs_area5{
	width:100px;
	height:100px;
	top:4px;
	left:279px;
}
.hs_area6{
	width:100px;
	height:100px;
	top:525px;
	left:374px;
}
.hs_area7{
	width:100px;
	height:100px;
	top:406px;
	left:517px;
}
.hs_area8{
	width:100px;
	height:100px;
	top:226px;
	left:553px;
}
.hs_area9{
	width:100px;
	height:100px;
	top:64px;
	left:460px;
}
.hs_area10{
	width:100px;
	height:100px;
	top:64px;
	left:460px;
}
.hs_area11{
	width:100px;
	height:100px;
	top:64px;
	left:460px;
}
.hs_area12{
	width:100px;
	height:100px;
	top:64px;
	left:460px;
}
.hs_area13{
	width:100px;
	height:100px;
	top:64px;
	left:460px;
}</pre></body></html>