Hi Matt,
On your index.php page, located at templates/roonix/index.php
remove this line of code which should be around line 71.
<a href="index.php"> <img border="0" src="<?php echo $this->baseurl ?>
/templates/<?php echo $this->template ?>/images/blank.gif" width="250"
height="80" title="Pixel Point Creative: Roonix"
alt="Pixel Point Creative: Roonix" /></a>
it is is the logo div. After you remove the code, it should look like this:
<div id="logo"><?php if($this->countModules('logo')) : ?>
<jdoc:include type="modules" name="logo" style="xhtml" />
<?php endif; ?></div>
Thanks
Dan