html {
  height:100%;
  font-size: 100%;
  overflow-y: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing:antialiased;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.93em;
  font-smoothing:antialiased;
  height:100%;
  line-height: 1.5em;
  margin: 0;
  text-align: center;
}

a {
    color: inherit;
}

a:visited {
    color: inherit;
}

#header {
  width: 100%;
  height: 108px;
  display: block;
  background-color: rgb(7,66,178);
  position: relative;
}

#title {
  font-size: 3.6em;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding-top: 42px;
}

#logo {
  position: absolute;
  top: 12px;
  right: 4px;
  width: 183px;
  height: 92px;
}

#logo a {
  background-image: url(img/NEO_74.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 147px;
  height: inherit;
}

#viewport {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
  top: 0;
}

#arc {
  width: 100%;
  background: url(img/arc.png) center no-repeat;
  height: 63px;
  position: absolute;
  top: 0;
  z-index:2002;
}

#lowerarc {
  width: 100%;
  background: url(img/arcup.png) center no-repeat;
  height: 60px;
  position: absolute;
  bottom: 0;
  z-index:6002;
}

#map {
  width: 100%;
  height: 200px;
}

#footer {
  width: 100%;
  height: 52px;
  display: block;
  background-color: rgb(2,148,113);
  position: absolute;
  bottom: 0;
  font-weight: bold;
  color: white;
  font-size: 1.05em;
}

.menu-item {
  position: absolute;
  z-index:4002;
  font-weight: bold;
}

.menu-item-caption {
  display: inline-block;
  width: 136px;
  height: 104px;
}

.aspect {
  position: absolute;
  width: 240px;
  height: 52px;
  line-height: 52px;
  z-index:4002;
  font-weight: bold;
  color: white;
  text-align: left;
  font-size: 1.05em;
  left: -240px;
}

.aspect-green {
  background-color: rgb(2,148,113);
}

.aspect-blue {
  background-color: rgb(7,66,178);
}

.aspect span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding-left: 16px;
}

.aspect.back {
  background-image: url(images/europa.png);
  background-position: 10px 8px;
  background-repeat: no-repeat;
}

.aspect.back  span {
  padding-left: 72px;
}

#annotation {
  position: absolute;
  bottom: 6px;
  clear: none;
  right: 0;
  z-index:4002;
  color: black;
  background-color: rgba(255,255,255,0.78);
  font-size: 0.6em;
  line-height: 1;
  font-size: 0.6em;
  text-align: left;
  padding: 4px;
}