Are you loading 3 main images separately in a table? Why would this not be 1 image? (Not that I want you to do that).
Again try to add
<style>
table, tbody, tr, td {border:none; padding:0;margin: 0; border-spacing: 0}
</style>
In the head section.
-Greg