html, div, p, body, img {
  font-family: "Century Gothic", "Monotype Corsiva", "Lucida sans unicode", sans-serif;
  color: #C4C663;
  background-color: #000000;
  border: none;
}

body.intro {
  color: #C4C663;
  background-color: #000000;
  text-align: center;
}

#intrologo {
  text-align: center;
}

.logo {
  display: inline;
}


.nav {
  text-align: center;
}

.nav ul {
  display: block;
  list-style: none outside;
  padding: 0 0px 0 0px;

  background-color: #000000;
  color: #C4C663;

  text-decoration: none;

  z-index:5;
}

.nav li {
  padding: 0 20px 0px 0;
  margin: 0 0 0 0;
  background-color: #000000;
  color: #C4C663;
  font-weight: bold;
  /* the next 4 lines are magic */
  display: block;
  float: center;
  position: relative;
  top: -1.32em;

  text-decoration: none;

  z-index:5;
}

.nav a:link,
.nav a:visited {
  background-color: #000000;
  color: #C4C663;
  text-decoration: none;
}

.nav a:hover {
  background-color: #000000;
  color: #C4C663;
}





.divleft {
  position: absolute;
  left: 125px;
  right: 275px;
  top: 5px;
  text-align: center;

  background-color: #000000;

}


.divlang {
  position: absolute;
  right: 75px;
  top: 115px;
  width:225px;

  background-color: #000000;

}

.divmsg {
  position: relative;
  top:20px;
}