You can remove the white space below the logo as follows:
in includes -> templates -> YOUR_TEMPLATE -> common -> tpl_header.php
Find the following lines:
PHP Code:
<br class="clearBoth" />
<!--eof-branding display-->
and either comment out or delete <br class="clearBoth" />
You might also want to adjust the width in the following from your stylesheet. Your logo is extending beyond the limits of your page. You have everything but this set to 100%.
Code:
#mainWrapper {
background-color: #ffffff;
text-align: centre;
width: 60%; change this!
vertical-align: top;
border: 8px solid #cc9966;
}