body {
  color: #ffffff;
  /* background: #000000 url(bg-top.jpg) no-repeat; */
  background-color: black;

  font-family: georgia, sans-serif;

  margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; 
  z-index:0; position:relative;
}

img#background-image { width: 100%; z-index: -1; position:absolute; color: black; }

div#title {
  position: relative;

  margin: 30px 60px;
}

.title-overlay {
  position: absolute;
  top: 0; bottom: 0; left: 0; width: 100%;

  border: 1px solid black;

  background-color: #fef160;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.title-content {
  position: relative;
  margin: 30px 60px;
  color: #000000;  
  padding: 8px 8px;
}


div#item {
  position: relative;

  margin: 30px 20px;
  padding: 8px 8px;
}

.item-overlay {
  position: absolute;
  top: 0; bottom: 0; left: 0; width: 100%;

  border: 1px solid black;

  background-color: #444444;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.item-content {
  position: relative;
  color: #ffffff;  
  padding: 8px 8px;
}

.item-image {
}

.item-text {
}

span.h1 {
  font-family: tahoma;
  font-weight: bold;
  font-size: 300%;
  color: #116A00;
}