Get to code view and put
<style type="text/
css">
html, body {
margin: 0px;
padding: 0px;
}
</style>
anywhere between the <head> and </head> tags. It removes any padding or margins the document has resulting in a document that starts from the upper left corner.