Ok, I found out how to do it..
I'll post it here for future reference in case anyone needs it.
I had to use CSS Style sheets..
Code:
<style>
body {
background-color: #ffffff;
background-image: url("Image X");
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll }
</style>
That wasn't so hard.. lol