Yes, you'll need to use a DIV for that. First, you'll need to hide the contact table with this code:
CODE
<style>
.contactTable {display:none;}
</style>
Next you need to design the contact table you want to replace the original table with. Once that's done, upload the images and turn them into appropriate links. Place them in a DIV so you can position them around like so:
CODE
<div style="position:absolute; top:#px; left:50%; margin-left:#px; z-index:9;">
Insert image link codes here.
</div>
Although, you can do this more easily if you are creating a layout with the exact same format as the profile you linked. On
this step of TJ's band page customization tutorial you will find out how to set up a custom left column so you can insert your own contact table. You could use that left column to cover the original contact table so you wouldn't need to hide it.