If You ant to call a static block on anu CMS page like homepage so you just follow the steps
Go To CMS->Pages
Select Your page
Go To Design->Layout Update XML
Reference means the block will call on left right or Content
<reference name="content">
<block type="cms/block" name="home-page-block">
<action method="setBlockId"><block_id>static-block-identifier</block_id></action>
</block>
</reference>
In case if reference already there then just use
<block type="cms/block" name="home-page-block">
<action method="setBlockId"><block_id>static-block-identifier</block_id></action>
</block>
Enjoy