Change 399 to the id of the post in question then add the following to the top of 'The LOOP' (ATO->Style & edit CENTER COLUMN)
HTML Code:
<?php ob_start();
the_ID();
$test_id = ob_get_contents();
ob_end_clean();
if (($test_id <> '399')
OR (($test_id == '399') AND is_front_page() ) ) { ?>
and add the following to the bottom of 'The LOOP'