body {
	background: url('https://techno.neocities.org/i02.png');
	background-size:cover;
	font-family:Arial;
	font-size:12px;
	width:100%;
	height:100%;
	overflow:hidden;

}

a {color:#348fc4; text-decoration:none;transition:0.3s;}
a:hover {color:#8ce8ff;transition:0.3s;}

::selection{background:#b5ecfd;color:#5e5e5e;}
::moz-selection{background:#b5ecfd;color:#5e5e5e;}

::-webkit-scrollbar {width: 3px;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 100px;border-radius: 100px;background: #d6f7fc;}

.wrap {
	margin:auto;
	width:1px;
	margin-top:5%;
	margin-bottom:5%;
}

#bigbox {
	width:700px;
	height:420px;
	background:#fff;
	margin-left:-350px;
	border-radius:10px;
	overflow:hidden;
}

#lefty {
	width:350px;
	height:420px;
	background:url('https://techno.neocities.org/i01.png');
	float:left;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}

#leftyinside {
	margin:auto;
	margin-top:25%;
	width:175px;
	text-align:center;
	height:251px;
	background:rgba(255,255,255,0.85);
	transition:0.5s;
	opacity:0;
	border-radius:1px;
}

#leftyinside li {
	width:175px;
	height:20px;
	font-size:14px;
	margin-top:26px;
	text-align:center;
	font-family:'Titillium Web';
	font-weight:100;
	display:block;
}

#leftyinside li:hover {
	letter-spacing:1px;
}

#leftyinside:hover {
	background:rgba(255,255,255,0.95);
}


#lefty:hover #leftyinside {
	opacity:1;
	transition:0.5s;
}


#righty {
	float:right;
	text-align:left;
	width:350px;
	height:420px;
	background:#f6f6f6;
}

#rightyinside {
	width:330px;
	height:400px;
	background:#fff;
	margin-top:-5px;
	margin-left:10px;
	font-family:'Source Sans Pro';
	font-size:14px;
	font-weight:200;
	color:#cccccc;
}

#leftyinside ul {
	list-style-type:none;
	width:100%;
	padding:0px;
	text-align:center;
}

#leftyinside li.active {
	color:#ba88e1;
	letter-spacing:1px;
font-weight:400;
}

#leftyinside li {
	display:block;
	color:#8093e5;
	cursor:pointer;
	transition:0.3s;
}

#leftyinside li:hover {
	transition:0.3s;
	color:#abe8fc;
}

#rightycontent ul {
	width:330px;
	height:400px;
	padding:0;
	transition:0.5s;
}

#rightycontent {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#rightycontent li.active {display:block;transition:0.5s;}
#rightycontent li {
	display:none;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	transition:0.5s;
}

.title {
	text-align:center;
	float:center;
	margin:auto;
	padding:10px;
	font-size:20px;
	color:#a8a8a8;
	border-bottom:1px dotted #b5ecfd;
	width:150px;
}

.content {
	padding:10px;
	color:#B3B3B3;
	overflow-y:scroll;
	height:330px;
	word-wrap: break-word;
}

.content a {
	color:#78DCFF;
	font-weight:400;
}

.content a:hover {
	color:#c28bec;
}

.content b {
	font-weight:400;
	color:#898989;
}