It looks like someone modified your tpl_main page to include the categories in the center. I can tell you what code is doing it, but I can't tell you why the code is there or how to achieve what you are hoping for by putting the code there.
Your bad code is : ```
<!-- BOF: Display grid of available sub-categories, if any -->
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=1&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="T-Shirts" title=" T-Shirts " width="1" height="1" /><br />T-Shirts</a></div>
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=3&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Bags" title=" Bags " width="1" height="1" /><br />Bags</a></div>
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=4&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Mugs & Coasters" title=" Mugs & Coasters " width="1" height="1" /><br />Mugs & Coasters</a></div>
<br class="clearBoth" />
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=5&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Mousemats" title=" Mousemats " width="1" height="1" /><br />Mousemats</a></div>
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=6&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Jigsaws" title=" Jigsaws " width="1" height="1" /><br />Jigsaws</a></div>
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=7&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Placemats" title=" Placemats " width="1" height="1" /><br />Placemats</a></div>
<br class="clearBoth" />
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=8&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Chopping Boards" title=" Chopping Boards " width="1" height="1" /><br />Chopping Boards</a></div>
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=9&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Teddys" title=" Teddys " width="1" height="1" /><br />Teddys</a></div>
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=10&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Keyrings" title=" Keyrings " width="1" height="1" /><br />Keyrings</a></div>
<br class="clearBoth" />
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=11&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Fridge Magnets" title=" Fridge Magnets " width="1" height="1" /><br />Fridge Magnets</a></div>
<div class="categoryListBoxContents" style="width:33%;"><a href="http://artifaxonline.co.uk/t-shirts/index.php?main_page=index&cPath=12&zenid=231a78c4d7bbaf37fef369ba2322904e"><img src="images/pixel_trans.gif" alt="Bottle Aprons" title=" Bottle Aprons " width="1" height="1" /><br />Bottle Aprons</a></div>
<br class="clearBoth" />
<!-- EOF: Display grid of available sub-categories -->