Hey max,

I assumed you want your page to be centered so add the following code:

at the top of your page

Code:
</head>

<body link="#FFFFFF" vlink="#FFFFFF" topmargin="0" leftmargin="0" text="#FFFFFF" bgcolor="#005CE9">
<div align=center>
<p style="margin-top: -39" align="center">&nbsp;</p>
and this one at the bottom of your page
Code:
</div>
</body>

</html>