以下のソースを
<html>と</html>の間に入れてください。
------------------------------------
<style type="text/css">
<!--
body {
background-image: url("素材ファイル名");
background-repeat: no-repeat;
background-position: 100% 100%;
background-color: #FFFFFF;
background-attachment:fixed
}
-->
</style>
------------------------------------