.bubble { position: absolute; left: 0px; top: 0; width: 151px; height: 248px;}
.bubble h3 { position: relative; font-size: 18px;
margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}