/* Add background picture */
BODY {
  background-image:url(background.gif);
  background-attachment:fixed;
}

UL.thumbnails SPAN.wrap2 {
  height: 200px; /* max thumbnail height + 2px */
}