@charset "utf-8";
/* CSS Document */
#content-right {
	width:375px;
	text-align:left;
	float:right;
	}
	
#content-left {
	width:375px;
	text-align:left;
	float:left
	}

.feature {
}

.icon {
	height:60px;
	width:60px;
	float:left;
	position:relative;
}
.icon img{
	height:60px;
	width:60px;
	border:0px;
}

.wording {
	width:315px;
	float:left;
	position:relative;
}

#contentbox {
	height:800px;
}
