<div class="white">
</div>
<div class="black">
<span>Simple Text</span>
</div>
.white{
background: white;
}
.black{
background: url(../simplehuinya.png), black;
background-position: top center, 100% 100%;
background-repeat: no-repeat;
background-size: 10%, 100%;
}