[Solved] Simple CSS Question

Hey guys, I have an image inside a div on my webpage, and I want the bottom of the image to stick out past the bottom of the div. I have the height of the div set to half of the height of the image, but the div just wants to conform to the height of the image. Here is my code:

<div class="bg-primary" width="100%"; height="65px;">
    <img src="http://www.enlightenmentgateway.com/wp-content/forum/uploads/2012/01/bob_proctor.jpg" class="center-block img-circle" width="100" height="130" />
</div>

Anybody understand what I’m trying to do, and how to do it? It can either CSS or Bootstrap.

Never mind. I solved it myself, homies!