
div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

body#B01 {
 background-image: url("/images/serenity.png");
 background-color: white;
 background-repeat: repeat; 
 background-size: cover; 
}

table#First {
  position: absolute;
  top: 200px;
}
