body {
  background: #460104;
}
div#start {
  width: 750px;
  height: 450px;
  background: url(/images/start_ml.png);
  border: 1px #707070 solid;
  position : absolute;
  top : 50%;
  left: 50%;
  margin: -225px -375px;
}
div#start img {
  border: none;
  z-index: 1;
}
div#start ul#flags {
  position : absolute;
  top: 25px;
  left: 10px;
  margin: 0;
  padding: 0
}
img#flogo {
  margin:0
}
ul#flags li {
  list-style: none;
  margin: 0;
  padding: 0
}
div#multilang {
  position: absolute;
  top: 350px;
  left: 372px;
  background: transparent;
  color: #AF7E42;
  width: 220px;
  height: 57px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  z-index: 30;
  padding: 0;
}
div#ml-enter {
  position: absolute;
  top: 325px;
  left: 372px;
  background: transparent;
  color: #AF7E42;
  width: 120px;
  height: 30px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 0;
}
div#ml-quit {
  position: absolute;
  top: 382px;
  left: 280px;
  background: transparent;
  color: #AF7E42;
  width: 120px;
  height: 30px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 0;
}
div#ml-quit.en {
  left: 330px;
}
div#ml-quit.es, div#ml-quit.pt {
  left: 310px;
}
div#ml-quit.fr {
  left: 300px;
}
div#ml-quit.it {
  left: 290px;
}
div#ml-enter a:link, div#ml-quit a:link {
  color: #AF7E42;
  text-decoration: none;
}
div#ml-enter a:visited, div#ml-quit a:visited {
  color: #AF7E42;
  text-decoration: none;
}
div#counter {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0
}