#footer {
  background-color: #FFF;
  background-image: url(../images/log2.gif);
  background-repeat: no-repeat;
  background-position: 4% 7px;
}
#footTel {
  font-size: 1.8em;  
  margin-left: 45%;
  padding-top: 4px;
  margin-bottom: -5px;
}
#footEmail {
  margin-left: 45%;
}
#skipMenu {
  position: absolute;
  display: inline-block;
  background-color: #E5F1D5;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #B9BBBD;
  padding: 2px;
  margin-top: 20px;
  margin-left: 20px;
  width: 140px;
  text-align: center;
  font-size: 0.9em;
  z-index: 5;
}
#back-top{
  right: 20px;
}
.author {
  right: 50px;
}
#system-message-container {
  position: relative;
  margin-left: 24px;
  margin-bottom: 24px;
}
#system-message-container .warning {
  color: red;
}
#map {
        width: 50vw;
        height: 50vw;
}