<html>
<head>
<title>CSS for a tiled image background</title>
<style TYPE="text/css">
<!--
body {background-image: url("hn.jpg");
      font-family: Tahoma, Arial, sans-serif;
      color: #000000;
      }
-->
</style>
</head>
</html>


