body
{
  background-image : url('images/paper-texture.png');
  background-color: #f6e5ae;
}

th
{
  text-align : left;
}

td
{
  vertical-align : text-top;
}

caption
{
  margin-top : 25px;
}

#centered-map-outer
{
  position : fixed;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
}

#centered-map-middle
{
  height : 100%;
  display : table;
  margin : 1cm auto;
}

#centered-map-inner
{
  vertical-align : middle;
  display : table-cell;
}

#centered-map-logo
{
  vertical-align : top;
  display : table-cell;
}

#normal-map
{
  border : none;
  margin-top : 10px;
}

#logo-link
{
  border : none;
}

#sidebar
{
  position: fixed;
  margin : 0;
  width : 140px;
  right : 20px;
  top : 0px;
  overflow : auto;
  float : right;
  padding-top : 20px;
}

#contents
{
  position : absolute;
  top : 20px;
  left : 100px;
  font-family : 'Arial', 'Verdana', Helvetica, Helv;
  font-size : 0.4cm;
  color : rgb(25%,25%,25%);
  margin-right : 240px;
}
