#contents { 
  position: absolute;
  left: 80px;
  top: 160px;  
  width: 30em;
  opacity: 0.8;
  z-index: 2;
  line-height: 1.5em;
}

#contents h1 { 
  margin-top: 10px;
}

#languages { 
  display: none;
}

#menu { 
  position: absolute;
  left: 80px;
  top: 63px;
  z-index: 1;
}

#menu ul { 
  margin: 0;
  padding: 0;
}

#menu li { 
  display: inline-block;
  width: 100px;
  margin-right: 20px;
}

#menu li a { 
  text-decoration: none;
  color: #black;
  font-weight: bold;
  font-size: 18px;
  opacity: 0.8;
}

#menu li .miselected { 
  color: lightgrey;
}

#logo { 
  position: absolute;
  text-align: right;
  left: 0;
  width: 950px;
  top: 40px;
  font-size: 40px;
  opacity: 0.7;
}


#footer { 
  position: absolute;
  width: 950px;
  top: 10px;
  text-align: right;
  font-size: 14px;
}

#bg { 
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -5;
}

#bgimg { 
  width: 100%;
  min-width: 950px;
  min-height: 100%;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#fff; margin:0 5px;}
.b2f {height:1px; background:#fff; margin:0 3px;}
.b3f {height:1px; background:#fff; margin:0 2px;}
.b4f {height:2px; background:#fff; margin:0 1px;}
.contentf {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contentf div {margin-left: 5px;}
