
/*-----------------------------*/
#box1{
	position:absolute;
	top:174px;
	left:64px;
	width:401px;
	height:541px;
	background-color: #262C31;
	overflow:hidden;
	z-index: 40;
	}
	
/*-----------------------------*/
	
#box2{
	position:absolute;
	top:174px;
	left:478px;
	width:263px;
	height:541px;
	background-color: #121719;
	z-index: 40;
	}
	
#box2 .inner{
	position:absolute;
	top:-2px;
	left:1px;
	width:99%;
	font-family: Arial, Helvetica, Geneva, San-serif;
	font-size: 10px; 
	letter-spacing: 0.04em;
	line-height: 13px;
	color:#c2c4c6;
	text-align:justify;
	}
	
#box2 .inner a{
	color:#F4F1DA;
	text-decoration: none;
}
	
#box2 .inner a:hover,a:active{
	color:#CDFD00;
	text-decoration: none;
}
/*-----------------------------*/
.projectcell
{
	position: absolute;
	left: 752px;
	top: 173px;
	width:128px;
	height:128px;
	overflow:hidden;
	background-color: #31373E;
	cursor: pointer;
}