<div class="store_module" id="@store.ID" style="
margin-left: 0px;
overflow: hidden;
display: block;
background-color: #343233;
cursor: pointer
">
<div class="store_image" style="
float: left;
overflow: hidden;
width: 100px
">
<img src="@store.ImageLogo" style="
display: block;
margin: auto;
"/>
</div>
</div>
Why can't I center the logo picture vertically? It must be very easy, but I really can't find the answer.