Firstly, don't comment out anything...
Then in
This code is from catalog/includes/languages/english/your_template/header.php
Make sure:-
PHP Code:
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '750px');
define('HEADER_LOGO_HEIGHT', '104px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
Then, in your stylesheet...
PHP Code:
#taglineWrapper, #tagline {display:none;}
Then, re-create your logo.gif so that it corresponds with the dimensions in header.php above - centering the graphic as follows: