#main { width: 760px; margin: 0 auto; margin-bottom: 5px; }
.head { height: 50px; background: url(images/ent_head.jpg) no-repeat; }
.content { width: 718px; margin: 0px; padding: 20px; border: 1px solid #CDCDCD; border-top: none; text-align: left; }
/* Vertical Align to Center */
.pic { margin-bottom: 10px; border: 1px solid #ccc; overflow: hidden; position: relative; display: table-cell; text-align: center; vertical-align: middle; }
.pic p { position: static; +position: absolute; top: 50%; }
.pic img { position: static; +position: relative; top: -50%; left: -50%; }


