@import url('./reset.css');

html, body {
	width: 100%;
	height: 100%;
	background: #000000;
	color: #FFFFFF;
	overflow: hidden;
}

#webgl {
	position: absolute;
}

#root {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.aj-scrollbar-container {
	width: 100%;
	height: 100%;
}
.aj-scrollbar-top {
	right: 5px;
	top: 5px;
	bottom: 5px;
}
.aj-scrollbar-top-handle {
	right: 0px;
	width: 10px;
	background: #336699;
}


#page {
	width: 760px;
	height: 1040px;
	margin: 20px auto 0px;
	padding-bottom: 20px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 18px;
	-webkit-transform-style: preserve-3d;
	-webkit-perspective: 3000;
	-webkit-transform: translateZ(0px);
	-webkit-transform-origin: 50% 50%;
}

#page > section {
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(100deg) rotateY(-100deg);
	-webkit-backface-visibility: hidden;
	opacity: 0;
}

h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

li {
	list-style-type: square;
}

#box-1 {
	width: 280px;
	height: 460px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #003366;
	overflow: hidden;
}
#box-1 h1 {
	color: #6699CC;
}
#box-1 a {
	color: #99CCFF;
}
#name {
	position: absolute;
	top: 200px;
	left: 30px;
}
#work {
	position: absolute;
	left: 30px;
	top: 225px;
	font-size: 10px;
	color: #99CCFF;
}
#email {
	position: absolute;
	left: 30px;
	top: 240px;
}

#logo {
	position: absolute;
	width: 220px;
	left: 30px;
	top: 15px;
}
#whatido {
	width: 220px;
	position: absolute;
	top: 275px;
	left: 30px;

}


#box-2 {
	width: 400px;
	height: 220px;
	padding: 30px;
	position: absolute;
	left: 300px;
	top: 0px;
	background: #006666;
	overflow: hidden;
}
#box-2 a {
	color: #99FFFF;
}

#box-2 h1 {
	color: #66CCCC;
}
#jiki {
	width: 400px;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#box-3 {
	width: 460px;
	height: 740px;
	position: absolute;
	left: 300px;
	top: 300px;
	background: #666633;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}
#box-3 a {
	color: #FFFF99;
}
#box-3 h1 {
	color: #CCCC66;
}
#box-3 h1 span {
	font-size: 14px;
	padding-left: 10px;
	color: #999933;
}
#box-3 .wowcost {
	font-size: 10px;
	margin-left: 5px;
	line-height: 1.4em;
}
#box-3-wrp {
	width: 400px;
	padding: 30px;
}
#box-3 .aj-scrollbar-top-handle {
	background: #999933;
}

#box-4 {
	width: 220px;
	height: 500px;
	padding: 30px;
	position: absolute;
	left: 0px;
	top: 480px;
	background: #663333;
	overflow: hidden;
}
#box-4 a {
	color: #FF9999;
}

#box-4 iframe {
	width: 260px;
	height: 330px;
	margin: 0px -20px;
	border: none;
	padding: 0px;
	background: transparent;
	overflow: hidden;
}

#load {
	width: 100%;
	height: 100%;
	background: #001122;
	position: fixed;
	top: 0px;
	left: 0px;
}


