全体の背景画像(縦のみ繰り返し repeat-y)
<html>
<head>
<title>背景画像</title>
<style type="text/css">
<!--
body {
background-image: url("../../sample/img/back.jpg");
background-repeat: repeat-y;
}
//-->
</style>
</head>
<body>
</body>
</html>
〔 実行する 〕