@charset "utf-8";
/* CSS Document */

#bodyimage {
	background-image: url(../Images/Contact/contact_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 495px;
}
#text {
	font-family: "Franklin Gothic Medium";
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-left: 535px;
	line-height: 37px;
	margin-right: 50px;
	padding-top: 30px;
	font-weight: normal;
}

