/* Generated by KompoZer */
#container {
  width: 770px;
  margin-right: auto;
  margin-left: auto;
  background-color: black;
  height: 700px;
}
#logo {
  width: 770px;
  background-repeat: no-repeat;
  background-position:  center center;
  background-color: black;
  background-image: url(img/logointro.png);
  height: 200px;
  padding-top: 0px;
}
#flags {
  width: 770px;
  height: 40px;
  text-align: center;
  margin-top: 20px;
}
body {
  background-color: black;
  color: white;
}
#footer {
  width: 770px;
  color: white;
  text-align: center;
  padding-top: 5px;
  height: 50px;
  margin-top: 20px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  line-height: 1.3em;
  background-color: black;
}
a:visited {
  color: white;
}
a:hover {
  color: #333333;
  background-color: #666666;
}
a:link {
  color: white;
}

