Pretty easy to do if you're just removing those icons.

Goto WpLauncher/includes/comingsoon directory, open index.php

Check for
PHP Code: 
elseif($cs_themestyle == 'Default'){ 
Find
PHP Code: 
<li><a target="_blank" href="<?php echo $cs_twitter?>" id="link1" onclick="window.open(this.href); return false" class="westtool" title="Follow us on Twitter"></a></li>
                            <li><a target="_blank" href="<?php echo $cs_rss?>" id="link2" onclick="window.open(this.href); return false" class="westtool" title="Our News RSS Feed"></a></li>
                            <li><a target="_blank" href="<?php echo $cs_delicious?>" id="link3" onclick="window.open(this.href); return false" class="westtool" title="Bookmark on del.icio.us"></a></li>
                            <li><a target="_blank" href="<?php echo $cs_stumble?>" id="link4" onclick="window.open(this.href); return false" class="westtool" title="Bookmark on StumbleUpon"></a></li>
                            <li><a target="_blank" href="<?php echo $cs_digg?>" id="link5" onclick="window.open(this.href); return false" class="westtool" title="Digg our site"></a></li>
                            <li><a target="_blank" href="<?php echo $cs_facebook?>" id="link6" onclick="window.open(this.href); return false" class="westtool" title="Write about us on Facebook"></a></li>
                            <li><a target="_blank" href="<?php echo $cs_splitter?>" id="link7" onclick="window.open(this.href); return false" class="westtool" title="Share on Splitter"></a></li>
Replace with:
PHP Code: 
<li></li>
<
li></li>
<
li></li>
<
li></li>
<
li></li>
<
li></li>
<
li></li
Result:


The box that you see is actually background image itself(timer-bg.gif in images directory). You can however position the progress bar, check style.css for that!

Or, Instead of going through all that trouble, Switch to Black version and take care of the twitter and feed images