Listing 41.4. Style elementu h1
h1 {
    margin: 50px auto;
    width: 800px;
    height: 100px;
    position: relative;
}

h1 span {
    background: url('img/the-call-of-the-wild.png') no-repeat;
}