css:
<style>
.box {
display: table-cell;
vertical-align:middle;
text-align:center;
*display: block;
*font-size: 200px;
*font-family:Arial;
width:200px;
height:200px;
border: 1px solid #eee; }
.box img {
vertical-align:middle; border:0;}
</style>
html:
<div class="box"><a href="http://bbs.suzhoumama.com" target="_blank"><img src="http://www.suzhoumama.com/bbs/attachments/month_0901/09010713200ec84bfc2acc1e92.jpg" /></a></div>