кроссбраузерно и по простоте - relative top
.b1 {
color: #fff;
text-align: center;
background-color: #00f;
}
.b2 {
width: 160px;
height: 90px;
background-color: #000;
margin: 0 auto;
position: relative;
top: 1em;
}
<div class="b1">
Lorem
<div class="b2"></div>
</div>