#splash {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('http://www.clearspringacupuncture.co.uk/wp-content/uploads/2013/01/professional_using_notebook_105597617.jpg');
    position: relative;
}

#splash h3 {
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-size: 57px;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

#about {
    padding: 80px 110px 0 110px;
    min-height: 250px;
    height: auto;
}

#about img {
    float: right;
    margin: 10px 10px 30px 30px;
}

#about h4 {
    width: 85%;
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
}

#about p {
    line-height: 1.5;
}