Hi, I found this helped a little when I wanted to move a welcome image on my main page up a little bit.....open up tpl_index_default.php (found in includes/templates/template_default/templates ) and comment out the sections relating to the text headers since you look like to have them turned off anyway lol
This bit is right at the top of the text
Code:
<!-- <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
<?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
<h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
<?php } ?> -->
Save the modified file in templates/{your custom template}/templates
Commenting this section out gained me a few millimeters LOL so might work for you :)