◎お勧め背景色:
以下のソースを
<html>と</html>の間に入れてください。
------------------------------------
<style type="text/css">
<!--
body {
background-image: url("素材のURL");
background-repeat: repeat-y;
background-position: 100% 0px;
background-color: #背景色;
background-attachment:fixed
}
-->
</style>
------------------------------------