You have a <p>
tag being inserted with the following content:
<p>
<br>
<br>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<br>
<meta content="2012-11-27" name="date.created">
<br>
<meta content="HTML Calendar Maker 2.0" name="generator">
<br>
<meta content="" name="licensekey">
</p>
All those <br>
tags are causing the content of the page to "shift" down. I would change all the above to this:
<span)
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="2012-11-27" name="date.created">
<meta content="HTML Calendar Maker 2.0" name="generator">
<meta content="" name="licensekey">
</span>