/* CSS Document */

html, body {
  background-color: #fff;
  text-align: center;
}
img {
  border: 0;
}
#languages {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

#btn_pl {
  background-image: url('../img/flagapol.png');
  border: 1px solid #ff0000;
  background-repeat: no-repeat;
  background-position: top;
}
  
#btn_en {
  background-image: url('../img/flagaang.png');
  border: 1px solid #0000ff;
  background-repeat: no-repeat;
  background-position: top;
}

#languages ul {
  font-size: 1px;
  width: 300px;
  margin: 0;
  padding: 0;
}
#languages li {
  font-size: 0px;
  display: inline;
  margin: 10px;
  width: 118px;
  height: 77px;  
  float: left;
}

#languages a {
  margin: 0 auto; 
  width: 118px;
  height: 77px;  
  display: block;
}

#languages span { 
position: absolute;
top: -1000px;
}

#logo {
  margin: 100px auto 60px auto; 
  width: 467px;
}

#container {
  padding: 0; 
  margin: 0 auto; 
  width: 100%; 
  height: 500px; 
  color: #fff;
  text-align: center;
  border: 1px #FFF solid;
}

