<div id='vert-center'>
<div id='theContent'>
<div class='theText'>
#vert-center {
text-align: center;
position: absolute;
top: 30%; // this can change depending on content size
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block; }
#theContent {
font-family: arial,sans-serif;
background-color: transparent;
margin-left: -125px;
position: absolute;
top: -35px;
left: 50%;
width: 250px;
height: 70px;
visibility: visible; }
</div>(--- theText)
</div>(---theContent)
</div>(---vert-center)