There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.
in the header.php you will see, at the bottom, <div id=”header”>. delete what is after that till the </div> then add:
<a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/header2.png" alt="Rob Seipp Logo" id="logo"/></a>
mine looks like
<div id="header">
<strong><a>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/header2.png" alt="Rob Seipp Logo" id="logo"/></a></strong>
</div>