.service{
	width:313px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	text-align: center;
	background-color: white;
	position: relative;
}

.service h1{ 
	padding: 20px 0px;
	color:black;
	font-weight: bold;
}

.content_text{ 
 padding: 10px 20px;
 margin-bottom: 30px;
}



.service_image{}

.plus_link{position:absolute; background-image:url('plus.png');
width:73px; height:73px; bottom: 0; right: 0; display: block;
}

.plus_link:hover{ 
	background-image:url('plus2.png');
}