Basic structure of the site is like this:
<div #main>
<div #header>
<div .content>
<img> // this is the crusher picture -------------------------------
<div class="clear"></div>
</div> // end of .content
</div> // end of #header>
<div #middle>
<div .indent>
<div .column1> // this is where those texts are -----------------
</div> // end of .column1
</div> // end of .indent
</div> // end of #middle
</div> // end of #main
So some how, #middle clashes into #header....