Hi,
Vertical centering with CSS is kinda tricky. It really depends on what you are going to be doing with that div as to which method will be best to use.
I could say just use line-height:30px; and that would center it in your example but it would not be a worthwhile method if your text wraps to another line.
I have several examples here:
Really need to know what you will be doing with it in order to suggest the best method