<div>
<div class="one"> <!-- картинка -->
<div class="two">Твой текст</div>
</div>
</div>
.one {
background: #aaa;
width: 200px;
height: 200px;
}
.two {
width: 100px;
height: 100px;
margin-left:50px;
padding-top:50px;
background: #ccc;
text-align: center;
}