
body {
    padding-top: 50px;
}

.business-header {
    height: 150px;
  /*  background: url('../lasitrio.png') center center no-repeat scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 20px 0 20px 0;
}