#content .part{
	overflow: hidden;
	margin: 20px 0 30px 0;
}
#content .content_image{
	float:left;
	width: 30%;
	height: 250px;
	margin-left: 4%;
	position: relative;
}
#content .content_text{
	float: left; 
	margin: 40px 50px 0 35px;
	width: 57%;
	line-height: 30px;
	text-align: justify;
}
#content .content_image img{
	width:100%; 
	position: absolute;
}
#content .blank{
	height: 0px;
}