例2:背景画像をrepeat-x; bottomで表示しています。 iframeで、body要素に指定した別ページを表示しています。
body{ background-color: 背景色名; background-image: url(画像ファイル名); background-repeat: repeat-x; background-position: bottom; /* center bottom */ }