TJ, she wants it above and not on top of the image. Xoxluvmexox, you need to place that image inside a DIV then position it right over your display name, like so:
CODE
<div style="position:absolute; top:#px; left:50%; margin-left:#px; z-index:9;">
<img src="URL">
</div>
Replace the pound symbols with the appropriate amount of pixels to position the image around. Replace URL with the url of the image that you want to use.