html, body
{
   height: 100%;
}
div#space
{
   width: 1px;
   height: 50%;
   margin-bottom: -503px;
   float:left
}
div#container
{
   width: 970px;
   height: 1006px;
   margin: 0 auto;
   position: relative;
   clear: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#Picture1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
.button:hover {
  background-color: #FF8C00;
  color: black;
}

.button {
  background-color: #f1f1f1;
  border: none;
  color: black;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
.dropdown{
  position:relative;
  display:inline-block;
  margin-right:10px;
}

.dropbtn{
  background:#d40000;
  color:white;
  padding:10px 14px;
  border-radius:50px;
  cursor:pointer;
  text-decoration:none;
  display: inline-block;
}

.dropdown-content{
  display:none;
  position:absolute;
  background:white;
  min-width:200px;
  border:1px solid #ddd;
  border-radius:6px;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
  z-index:999;
}

.dropdown-content a{
  display:block;
  padding:10px;
  color:#333;
  text-decoration:none;
}

.dropdown-content a:hover{
  background:#f3f3f3;
}

.show{
  display:block;
}
