A background image will tile to fit the resolution unless you tell it not to. Would you want it centered and not to repeat?
Code:
<style type="text/css">
<!--
body {
background-image:url(alanaspage/3-19-05/page1.jpg);
background-position:center;
background-repeat:no-repeat;
background-color:#FFFFFF;
}
-->
</style>
you can add that in your head tags to make it not repeat, it will center on any resolution.