watermoon

infinite pattern of dynamic moons 200 px,
produced by the following CSS definition :

body {
background-image: url('.../moon?d=200');
background-position: 50px 50px;
background-repeat: repeat;
background-attachment: scroll;
}