<div class="duck"> <br>Texto </div>
CSS
<style>
.duck {
width:100%;
height:100%;
background: url(http://www.soullightenhancement.com/images/workshop/SOUL-LIGHT-ENHANCEMENT-WITH-HEALING.jpg) no-repeat;
border-radius: 5px;
box-shadow: 1px 1px 5px #666;
border:1px dotted #ffffff;
font-size: 30px;
font-family:Harrington;
color:rgba(0,0,0,.5);
font-weight: 900;
}
.trBorder {
height: 100%;
width: 100%;
margin: 10px;
border-radius: 5px;
border: 5px solid rgba(255,255,255,.5);
}
</style>