
#title {
	background-image: url(images/title_bg.jpg);
}

div.contacttel {
	background-color: #10939e;
	border-radius: 15px;
	color: white;
	margin: 0px auto;
	padding: 20px 80px;
	width: 600px;
}

div.contacttel h2 {
	border-bottom: 1px solid white;
	font-size: 120%;
	padding: 10px;
}

div.contacttel p {
	text-align: center;
}

div.contacttel p span.tel {
	font-size: 25px;
}
