you could just find that logo file on your site, name your logo the joomla logo file and replace it
in the offline.php file in the root of your server look for this
Code:
<table width="550" align="center" class="outline">
<tr>
<td width="60%" height="50" align="center">
<img src="<?php echo $mosConfig_live_site; ?>/images/joomla_logo_black.jpg" alt="Joomla! Logo" align="middle" />
</td>
</tr>
<tr>
replace the /images/joomla_logo_black.jpg with your company logo and you're good to go.