The code I inserted in the Header image overlay is:
<div id="logo_overlay">
<li><a href="http://www.jkstest.info">
<img src="/wp-content/themes/atahualpa/images/logo.png" alt="Home Page" /></a></li>
</div>
#logo_overlay { position: absolute; right: 810px; top: 5px; }
The logo is in the images folder, I checked the path name, but the logo doesn;t appear. Even more confusing is that when I test the page and do a "find" for "logo_overlay" I get no match

site is
jkstest.info.
Logo should be on top of the radial light and shadow in upper right corner. The page menu is
(more or less) where it should be.
What did I do wrong? Thanks!