There does seem to be a css conflict. My site is Headway based, so an iframe is not the best solution for me. I am not very experienced, but very willing to muck about editing the css for this - are there any things you could tell me to look for that might be causing this?
edit: I played a bit with firebug to see what I could find. This seems to be at least part of the problem:
<td class="jb-splash-holder">
<img src="http://downtowngroup.com/test/wordpress/wp-content/uploads/2012/11/DSCN2395.jpg" style="position: absolute; left: -368px; top: -500px; width: auto; height: auto;">
these large negative postions - "left:-368px and top:-500px (which are relative to the window size) are putting the splash out of view.
This seems to be related to Headway's Responsive Grid, upon which my site is heavily dependent.
Any thoughts as to what css I need to edit to fix this? Can I disable the responsive grid for the content block on this page?
Thanks!