Hi
Have you gotten anything in the middle block yet?
What I did was created a block and a link to HTML page.
The HTML page can looks like this:
<?php
require_once('lib-common.php');
echo COM_siteHeader('menu'); // use 'menu' if you want the left blocks
$PostDate = date("l - F d, Y"

; // puts the date in the middle
?>
<p>
<p>Today is: <? echo "$PostDate"?>
<?php
echo COM_siteFooter(); // use yes if you want the right blocks
echo $display;
?>