In your

includes -> templates -> YOUR_TEMPLATE -> common -> tpl_header.php

first find the following:

Code:
<!--bof-branding display-->
<div id="logoWrapper">
    <div id="logo"><a href="http://www.divaknitting.com/testzenstore/"><img src="includes/templates/custom/images/logo.jpg" border="0" alt="Diva Knitting" title=" Diva Knitting " width="163" height="200" /></a></div>
    <div id="taglineWrapper">
      <div id="tagline"><h1<h1></div>
    </div>
</div>
<br class="clearBoth" />
<!--eof-branding display-->
the portion in red need to be corrected.

Next find the following:

Code:
<!--bof-header ezpage links-->
<html>

<body>
You need to delete the portions in red.


Just a hint for reference.

Always design for Firefox and then tweak your setting for IE.