<body>の中に下のタグを用いれば奇麗に使えます。
----------------------
<style type="text/css">
<!--
body
{
background-color: #背景色;
background-image : url("壁紙のurl");
background-repeat: no-repeat;
background-attachment: fixed;
}
-->
</style>
------------------