/* service.html */
.service_img {
	width: 700px;
	height: 260px;
	position:relative;
	background: url(../img/service.png) bottom center no-repeat;
}

.svc {
	position: absolute;
	text-align: center;
	color: Navy;
}

.center_top {
	top: 70px;
	left: 130px;
}
.center_center {
	top: 145px;
	left: 130px;
}
.bottom_left {
	top: 190px;
	left: 60px;
}
.bottom_right {
	top: 190px;
	right: 60px;
}
