More of the same: 
( brown-white3-bg.png ) <--- that is the background-image ---<<<
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<!--
-->
<head>
<title>template</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="content-language" content="en-us">
<style type="text/css">
body {
background-image:url(brown-white3-bg.png); /* eg. image is 20px tall and ~3000 px wide */
background-position:50% 0;
background-repeat:repeat-y;
}
div {
width:1000px;
height:600px;
border:10px ridge #543;
background-color:rgba(75,150,225,.5);
margin:0 auto;
}
h1 {font-size:4em; text-align:center; color:#4b4;}
</style>
</head>
<body>
<div>
<h1>This is my web site.</h1>
</div>
</body>
</html>
Off Topic:
Yer quick, Mr Ralph!
Bookmarks