So jetzt aber:
du setzt in
#masthead mit padding den Abstand auf die Höhe der Hintergrundgrafik:
#masthead {
background: url(pic.jpg) no-repeat 100% 0;
padding: 100px 0px 0px 0px;
}
und änderst in
.stripe h1den unnötigen Abstand auf allen Seiten (margin) in einen Abstand nur links (margin-left):
.stripe h1 {
font-size: 2.4em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
vertical-align: bottom;
color: #003;
margin-left: 24px;
font-style: normal;
}
Und schon sollte es klappen.
Grüßle Bernd