@charset "utf-8";
/* CSS Document */

#bodyimage {
	background-image: url(../Images/Home/home_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	padding-top: 370px;
}
.bodytext {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	font-weight: lighter;
	color: #000;
	text-align: center;
}
