#oracle{
position: relative;
float: left;
left: 0;
bottom: 0;
}

div#menu {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
}


img.middle {
  vertical-align: middle;
}


@font-face {
font-family: "space_age";
src: url('space_age.ttf');
}

@font-face {
font-family: "nasalization-rg";
src: url('nasalization-rg.ttf');
}

h00 {
font-family:nasalization-rg, verdana;
font-size:1.2em;
}

body{
	font-family: Arial,"CI",Meiryo,"qMmpSPro W3","Hiragino Kaku Gothic Pro","lr oSVbN",sans-serif;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	-moz-animation: fadeIn 3s ease 0s 1 normal;
	-ms-animation: fadeIn 3s ease 0s 1 normal;
	-o-animation: fadeIn 3s ease 0s 1 normal;
	animation: fadeIn 3s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-ms-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-o-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}



#page{
	width: 100%;
	height: 100%;
}

#stars{
	z-index: 0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/2/stars.jpg");
	-webkit-background-size: 500px;
	background-size: 500px;
	-webkit-animation: bgscroll 30s linear infinite;
	animation: bgscroll 30s linear infinite;
}

@-webkit-keyframes bgscroll {
	0% {background-position: 0 500px;}
	100% {background-position: 0 0;}
}

@-moz-keyframes bgscroll {
	0% {background-position: 0 500px;}
	100% {background-position: 0 0;}
}

@-ms-keyframes bgscroll {
	0% {background-position: 0 500px;}
	100% {background-position: 0 0;}
}

@-o-keyframes bgscroll {
	0% {background-position: 0 500px;}
	100% {background-position: 0 0;}
}

@keyframes bgscroll {
	0% {background-position: 0 500px;}
	100% {background-position: 0 0;}
}

#twinkle{
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	background: transparent url(../../images/2/twinkle.png) repeat top center;
	background-position:fixed;
	-webkit-animation:move-twink-back 400s linear infinite;
	-moz-animation:move-twink-back 400s linear infinite;
	-ms-animation:move-twink-back 400s linear infinite;
	-o-animation:move-twink-back 400s linear infinite;
	animation:move-twink-back 400s linear infinite;
}
@-webkit-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}

@-moz-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}

@-ms-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}

@-o-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}

@keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}

#earth{
	z-index: 1;
	position: fixed;
	margin: 0 auto;
	bottom: -1100px;
	left: 30%;
	width:1600px;
	height:1600px;
	display:block;
	overflow: hidden;
	background: url("../../images/2/earth.png") no-repeat top center;
	border-radius: 50%;
	-webkit-animation: earthlight 15s infinite alternate, bright 15s infinite alternate;
	-moz-animation: earthlight 15s infinite alternate, bright 15s infinite alternate;
	-ms-animation: earthlight 15s infinite alternate, bright 15s infinite alternate;
	-o-animation: earthlight 15s infinite alternate, bright 15s infinite alternate;
	animation: earthlight 15s infinite alternate, bright 15s infinite alternate;
}

@-webkit-keyframes earthlight{
	0% {box-shadow: 0 0 3px rgba(255,255,255,0.0) inset,
			0 0 15px rgba(70,180,255,0.2) inset,
			0 0 5px rgba(225,255,255,0.4),
			0 0 40px rgba(70,180,255,0.8);}
	100% {box-shadow: 0 0 30px rgba(255,255,255,1.0) inset,
			0 0 200px rgba(70,180,255,1.0) inset,
			0 0 30px rgba(255,255,255,1.0),
			0 0 150px rgba(70,180,255,0.8);}
}

@-moz-keyframes earthlight{
	0% {box-shadow: 0 0 3px rgba(255,255,255,0.0) inset,
			0 0 15px rgba(70,180,255,0.2) inset,
			0 0 5px rgba(225,255,255,0.4),
			0 0 40px rgba(70,180,255,0.8);}
	100% {box-shadow: 0 0 30px rgba(255,255,255,1.0) inset,
			0 0 200px rgba(70,180,255,1.0) inset,
			0 0 30px rgba(255,255,255,1.0),
			0 0 150px rgba(70,180,255,0.8);}
}

@-ms-keyframes earthlight{
	0% {box-shadow: 0 0 3px rgba(255,255,255,0.0) inset,
			0 0 15px rgba(70,180,255,0.2) inset,
			0 0 20px rgba(225,255,255,0.4),
			0 0 40px rgba(70,180,255,0.8);}
	100% {box-shadow: 0 0 60px rgba(255,255,255,1.0) inset,
			0 0 200px rgba(70,180,255,1.0) inset,
			0 0 60px rgba(255,255,255,1.0),
			0 0 150px rgba(70,180,255,0.8);}
}

@-o-keyframes earthlight{
	0% {box-shadow: 0 0 3px rgba(255,255,255,0.0) inset,
			0 0 15px rgba(70,180,255,0.2) inset,
			0 0 20px rgba(225,255,255,0.4),
			0 0 40px rgba(70,180,255,0.8);}
	100% {box-shadow: 0 0 60px rgba(255,255,255,1.0) inset,
			0 0 200px rgba(70,180,255,1.0) inset,
			0 0 60px rgba(255,255,255,1.0),
			0 0 150px rgba(70,180,255,0.8);}
}

@keyframes earthlight{
	0% {box-shadow: 0 0 3px rgba(255,255,255,0.0) inset,
			0 0 15px rgba(70,180,255,0.2) inset,
			0 0 5px rgba(255,255,255,0.0),
			0 0 20px rgba(225,255,255,0.4),
			0 0 40px rgba(70,180,255,0.8);}
	100% {box-shadow: 0 0 60px rgba(255,255,255,1.0) inset,
			0 0 200px rgba(70,180,255,1.0) inset,
			0 0 5px rgba(255,255,255,1.0),
			0 0 60px rgba(255,255,255,1.0),
			0 0 150px rgba(70,180,255,0.8);}
}

@-webkit-keyframes bright{
	0% {-webkit-filter: brightness(0.6) blur(1px);}
	100% {-webkit-filter: brightness(1.2) blur(1px);}
}

@-moz-keyframes bright{
	0% {-moz-filter: brightness(0.6) blur(1px);}
	100% {-moz-filter: brightness(1.2) blur(1px);}
}

@-ms-keyframes bright{
	0% {-ms-filter: brightness(0.6) blur(1px);}
	100% {-ms-filter: brightness(1.2 blur(1px));}
}

@-o-keyframes bright{
	0% {-o-filter: brightness(0.6) blur(1px);}
	100% {-o-filter: brightness(1.2) blur(1px);}
}

@keyframes bright{
	0% {filter: brightness(0.6) blur(1px);}
	100% {filter: brightness(1.2) blur(1px);}
}

#header {
	z-index: 500;
	position: fixed;
	left: -160px;
	top: -248px;
	width: 550px;
	height: 550px;
	border-radius: 50%;
	display: block;
}



#header p {
	z-index: 500;
	position: relative;
	cursor: default;
	font-family: impact;
	margin: 266px 0 0 190px;
	font-size: 45px;
	color: #FFF;
	-webkit-transform:scale(1.0) skewY(-10deg);
	-moz-transform:scale(1.0) skewY(-10deg);
	-ms-transform:scale(1.0) skewY(-10deg);
	-o-transform:scale(1.0) skewY(-10deg);
	transform:scale(1.0) skewY(-10deg);
	-webkit-animation: neon1 1s infinite alternate;
	-moz-animation: neon1 1s infinite alternate;
	-ms-animation: neon1 1s infinite alternate;
	-o-animation: neon1 1s infinite alternate;
	animation: neon1 1s infinite alternate;
}

#headerbg {
	z-index: 499;
	position: fixed;
	left: -160px;
	top: -220px;
	width: 550px;
	height: 550px;
	border-radius: 50%;
	display: block;
	background-color: #000;
	border: 1px solid #4FF;
	box-shadow: 0 0 5px rgba(68,255,255,0.8),
	0 0 5px rgba(68,255,255,0.8) inset,
	0 0 50px rgba(68,255,255,0.8),
	0 0 20px rgba(68,255,255,0.8) inset,
	3px 3px 15px rgba(0,0,0,0.8);
	-webkit-animation: Turn 60s linear infinite;
	-moz-animation: Turn 60s linear infinite;
	-ms-animation: Turn 60s linear infinite;
	-o-animation: Turn 60s linear infinite;
	animation: Turn 60s linear infinite;
}

@-webkit-keyframes Turn{
	100%{transform: rotate(360deg);}
}

@-moz-keyframes Turn{
	100%{transform: rotate(360deg);}
}

@-ms-keyframes Turn{
	100%{transform: rotate(360deg);}
}

@-o-keyframes Turn{
	100%{transform: rotate(360deg);}
}

@keyframes Turn{
	100%{transform: rotate(360deg);}
}

#headerbg:before{
	position: relative;
	top: 50%;
	left: 50%;
	content: "";
	display: inline-block;
	width: inherit;
	height: inherit;
	border: 12px dashed;
	border-color: inherit;
	border-radius: inherit;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


@keyframes uma{
	0% {background-position: 170pt 450pt;}
	95% {background-position: 170pt 450pt;}
	100% {background-position: 170pt 315pt;}
}

#center {
	position: relative;
	z-index: 200;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

#box_m, #box_l {
	float: left;
	width: 900px;
	height: 600px;
	display: block;
	border-radius: 15px;
	-webkit-animation: boxlight 15s infinite alternate;
	-moz-animation: boxlight 15s infinite alternate;
	-ms-animation: boxlight 15s infinite alternate;
	-o-animation: boxlight 15s infinite alternate;
	animation: boxlight 15s infinite alternate;
}

@-webkit-keyframes boxlight{
	0% {box-shadow: -2px 2px 3px rgba(0,0,0,0.4) inset,
			1px -1px 4px rgba(68,255,255,0.2) inset,
			2px -2px 12px rgba(255,255,255,0.4) inset,
			2px 2px 10px rgba(0,0,0,0.8);}
	100% {box-shadow: -2px 2px 3px rgba(0,0,0,0.8) inset,
			1px -1px 4px rgba(68,255,255,1.0) inset,
			3px -3px 12px rgba(255,255,255,0.8) inset,
			2px 2px 10px rgba(0,0,0,0.4);}
}

@-moz-keyframes boxlight{
	0% {box-shadow: -2px 2px 3px rgba(0,0,0,0.4) inset,
			1px -1px 4px rgba(68,255,255,0.2) inset,
			2px -2px 12px rgba(255,255,255,0.4) inset,
			2px 2px 10px rgba(0,0,0,0.8);}
	100% {box-shadow: -2px 2px 3px rgba(0,0,0,0.8) inset,
			1px -1px 4px rgba(68,255,255,1.0) inset,
			3px -3px 12px rgba(255,255,255,0.8) inset,
			2px 2px 10px rgba(0,0,0,0.4);}
}

@-ms-keyframes boxlight{
	0% {box-shadow: -2px 2px 3px rgba(0,0,0,0.4) inset,
			1px -1px 4px rgba(68,255,255,0.2) inset,
			2px -2px 12px rgba(255,255,255,0.4) inset,
			2px 2px 10px rgba(0,0,0,0.8);}
	100% {box-shadow: -2px 2px 3px rgba(0,0,0,0.8) inset,
			1px -1px 4px rgba(68,255,255,1.0) inset,
			3px -3px 12px rgba(255,255,255,0.8) inset,
			2px 2px 10px rgba(0,0,0,0.4);}
}

@-o-keyframes boxlight{
	0% {box-shadow: -2px 2px 3px rgba(0,0,0,0.4) inset,
			1px -1px 4px rgba(68,255,255,0.2) inset,
			2px -2px 12px rgba(255,255,255,0.4) inset,
			2px 2px 10px rgba(0,0,0,0.8);}
	100% {box-shadow: -2px 2px 3px rgba(0,0,0,0.8) inset,
			1px -1px 4px rgba(68,255,255,1.0) inset,
			3px -3px 12px rgba(255,255,255,0.8) inset,
			2px 2px 10px rgba(0,0,0,0.4);}
}

@keyframes boxlight{
	0% {box-shadow: -2px 2px 3px rgba(0,0,0,0.4) inset,
			1px -1px 4px rgba(68,255,255,0.0) inset,
			2px -2px 12px rgba(255,255,255,0.2) inset,
			2px 2px 10px rgba(0,0,0,0.8);}
	100% {box-shadow: -2px 2px 3px rgba(0,0,0,0.6) inset,
			1px -1px 4px rgba(68,255,255,0.8) inset,
			3px -3px 12px rgba(255,255,255,0.8) inset,
			2px 2px 10px rgba(0,0,0,0.4);}
}

#box_m {
	margin: 290px auto 0 0;
	background: rgba(108,158,224,0.3);
}

#box_l {
	margin: 290px 0 0 20px;
	background: rgba(224,108,164,0.3);
}

h1 {
	cursor: default;
	margin: 10px;
	text-align: center;
	font-family: arial black;
	font-size: 45px;
	color: #DDF;
	text-shadow: 2px -2px 4px rgba(0,0,0,0.6),
	-1px 1px 0px rgba(0,0,0,0.3),
	-1px 1px 1px rgba(255,255,255,1.0);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

#box_m img,
#box_l img {
	display: block;
	margin: 15px auto;
	border: 2px solid #FFF;
	border-radius: 8px;
}

#box_m img:hover,
#box_l img:hover {
	opacity: 0.8;
	-webkit-animation: bg-color 4s infinite;
	-moz-animation: bg-color 4s infinite;
	-ms-animation: bg-color 4s infinite;
	-o-animation: bg-color 4s infinite;
	animation: bg-color 4s infinite;
}


@-webkit-keyframes bg-color {
	0% { border: 2px solid #FFF; }
	10% { border: 2px solid #e74c3c; }
	20% { border: 2px solid #f1c40f; }
	40% { border: 2px solid #1abc9c; }
	60% { border: 2px solid #3498db; }
	80% { border: 2px solid #9b59b6; }
	90% { border: 2px solid #e74c3c; }
	100% { border: 2px solid #FFF; }
}


@-moz-keyframes bg-color {
	0% { border: 2px solid #FFF; }
	10% { border: 2px solid #e74c3c; }
	20% { border: 2px solid #f1c40f; }
	40% { border: 2px solid #1abc9c; }
	60% { border: 2px solid #3498db; }
	80% { border: 2px solid #9b59b6; }
	90% { border: 2px solid #e74c3c; }
	100% { border: 2px solid #FFF; }
}


@-ms-keyframes bg-color {
	0% { border: 2px solid #FFF; }
	10% { border: 2px solid #e74c3c; }
	20% { border: 2px solid #f1c40f; }
	40% { border: 2px solid #1abc9c; }
	60% { border: 2px solid #3498db; }
	80% { border: 2px solid #9b59b6; }
	90% { border: 2px solid #e74c3c; }
	100% { border: 2px solid #FFF; }
}


@-o-keyframes bg-color {
	0% { border: 2px solid #FFF; }
	10% { border: 2px solid #e74c3c; }
	20% { border: 2px solid #f1c40f; }
	40% { border: 2px solid #1abc9c; }
	60% { border: 2px solid #3498db; }
	80% { border: 2px solid #9b59b6; }
	90% { border: 2px solid #e74c3c; }
	100% { border: 2px solid #FFF; }
}

@keyframes bg-color {
	0% { border: 2px solid #FFF; }
	10% { border: 2px solid #e74c3c; }
	20% { border: 2px solid #f1c40f; }
	40% { border: 2px solid #1abc9c; }
	60% { border: 2px solid #3498db; }
	80% { border: 2px solid #9b59b6; }
	90% { border: 2px solid #e74c3c; }
	100% { border: 2px solid #FFF; }
}

#gallery {
	z-index: 200;
	position: absolute;
	width: 100%;
	height: 200px;
	margin: 45px auto;

}

#gallery1 {
	margin: 0 auto;
	width: 1157px;
}

#gallery1 p {
	margin: 15px 0 4px;
	text-align: middle;
	font-size: 20px;
	font-family: arial black;
	color: #FFF;

	-webkit-animation: neon1 1s infinite alternate;
	-moz-animation: neon1 1s infinite alternate;
	-ms-animation: neon1 1s infinite alternate;
	-o-animation: neon1 1s infinite alternate;
	animation: neon1 1s infinite alternate;
}

@-webkit-keyframes neon1{
	0% {text-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {text-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

@-moz-keyframes neon1{
	0% {text-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {text-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

@-ms-keyframes neon1{
	0% {text-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {text-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

@-o-keyframes neon1{
	0% {text-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {text-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

@keyframes neon1{
	0% {text-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {text-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

#gallery1 p:before{
	z-index: 500;
	position: fixed;
	top: 43px;
	right: 0;
	content: "";
	display: inline-block;
	width: 800px;
	height: 5px;


}

@-webkit-keyframes slide{
	0% {transform: translate(-1500px,0);opacity: 1.0;}
	90% {transform: translate(800px,0);opacity: 0.1;}
	100% {transform: translate(1200px,0);opacity: 0.0;}
}

@-moz-keyframes slide{
	0% {transform: translate(-1500px,0);opacity: 1.0;}
	90% {transform: translate(800px,0);opacity: 0.1;}
	100% {transform: translate(1200px,0);opacity: 0.0;}
}

@-ms-keyframes slide{
	0% {transform: translate(-1500px,0);opacity: 1.0;}
	90% {transform: translate(800px,0);opacity: 0.1;}
	100% {transform: translate(1200px,0);opacity: 0.0;}
}

@-o-keyframes slide{
	0% {transform: translate(-1500px,0);opacity: 1.0;}
	90% {transform: translate(800px,0);opacity: 0.1;}
	100% {transform: translate(1200px,0);opacity: 0.0;}
}

@keyframes slide{
	0% {transform: translate(-1500px,0);opacity: 1.0;}
	90% {transform: translate(800px,0);opacity: 0.1;}
	100% {transform: translate(1200px,0);opacity: 0.0;}
}




ul {
	clear: both;
	list-style-type: none;
}

ul li{
	
	text-align:center;
	margin:9px 10 0 6px;
	font-family: nasalization-rg,"CI";
	color: #FFF;
	font-size: 18pt;
}

ul li img{
	width: 50px;
	height: 50px;
	border: 2px solid #FFF;
	border-radius: 8px;
}

ul li img:hover{
	-webkit-animation: neon2 1.5s infinite alternate;
	-moz-animation: neon2 1.5s infinite alternate;
	-ms-animation: neon2 1.5s infinite alternate;
	-o-animation: neon2 1.5s infinite alternate;
	animation: neon2 1.5s infinite alternate;
}

@-webkit-keyframes neon2{
	0% {box-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {box-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

@-moz-keyframes neon2{
	0% {box-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {box-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

@-ms-keyframes neon2{
	0% {box-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {box-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

@-o-keyframes neon2{
	0% {box-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {box-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

@keyframes neon2{
	0% {box-shadow: 0 0 2px rgba(68,255,255,1.0),
			0 0 4px rgba(68,255,255,0.8);}
	100% {box-shadow: 0 0 5px rgba(68,255,255,0.8),
			0 0 15px rgba(68,255,255,0.8);}
}

#counter {
	z-index: 1000;
	position: fixed;
	margin: 62px 0 0 420px;
}

div#copyright {
    z-index: 500;
    position: absolute; 
    bottom: 0; 
    width: 100%;
}
 
div#copyright p {
    text-align: right;
}

div#player p {
    text-align: left;
}

div#menu {
    z-index: 500;
    position: fixed; 
    top: -10px; 
    width: 100%;
}
 
div#menu p {
    text-align: left;
}