@charset "utf-8";
.centered .welcome {
	background-image: url(../img/welcome.jpg);
	background-repeat: no-repeat;
	background-color: #D7E1E8;
	height: 521px;
	position: relative;
	color: #7D9BAA;
	font-variant: small-caps;
}
.centered .welcome .contact {
	width: 168px;
	height: 15px;
	position: absolute;
	left: 448px;
	top: 362px;
}
.centered .welcome .services {
	position: absolute;
	top: 90px;
	left: 150px;
	font-size: 28px;
	width: 461px;
}
.centered .welcome .redesign {
	position: absolute;
	top: 290px;
	left: 150px;
	font-size: 19px;
	width: 490px;
	height: 113px;
	border: none;
}
.centered .welcome .servicelist {
	padding: 40px 130px;
	line-height: 2.6;
	color: black;
	font-variant: normal;
}
.centered .welcome a {
    text-decoration: none;
    color: black;
}
