body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}

/* change the URL to a picture of your choice - the higher quality the better! */
.business-header {

	background-color : #47719e;
	background-size: cover;
}

/* adjust the color and text shadow to optimize legibility once you have an image set - you can also change the vertical positioning if desired  */
.tagline {
	color: #fff;
	text-shadow: 0 0 10px #000;
}

.business-body{
	margin: 25px 0px;
}

.business-footer{
	background-color : #333333;
	color: #95908d;
	background-size: cover;
}

.footerLink {
	height:130px;
	width:100%;
	background-color: #353535;

}

a.footerLink:link{color: #95908d;text-decoration: none; }
a.footerLink:visited{color: #95908d;text-decoration: none;}
a.footerLink:hover {color:#ededed;text-decoration: none; }
a.footerLink:active{color:#ededed;text-decoration: none;}