@charset "utf-8";
/* CSS Document */

/*
 * from design junkees
 * color pelette - Ocean Five themes
 * #00A0B0 - torqoise
 * #6A4A3C - browne
 * #CC333F - red
 * #EB6841 - orange
 * #EDC951 - yellow 
 * 
 * */

.container{
	width: 1639px;
}

.fivenazs{
	margin: 10px auto;
	width:291px;
}

.box{
	margin: 5px;
	float: right;
	height: 85px;
	width: 85px;
}

.box:hover{
	cursor:pointer;
}

.adjust{
	border:1px solid #fff;
}

.in-box{
	margin-top:35%;
	color:#858585;
	text-shadow: 0 1px 0 #4190AF;  
}

.namebox{
	height: 85px;
	width: 281px;
	font-size: 130px;
	color: #CC333F;

/* font setup*/
	text-shadow: 2px 2px 0px #fff,
	-2px -2px 0px #fff,
	4px 4px 3px #858585;

}

