body
{
  text-align: center;
  background-color: #ffffff;
}

div#container
{
  margin-left: auto;
  margin-right: auto;
  width: 518px;
  text-align: left;
}

.fej
{
  position: relative;
  width: 518px;
  height: 490px;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.fci
{
  position: relative;
  width: 100px;
  height: 99px;
  display: block;
  top: -250px;
  left: -80px;
  background: url("/images/fci_logo.gif") 0px 0px no-repeat;
  z-index: 100;
  float: left;
}

.meoe
{
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  top: -250px;
  left: 80px;
  background: url("/images/meoe_logo.gif") 0px 0px no-repeat;
  z-index: 100;
  float: right;
}

a.srollover_eng {
  display: block;
  width: 150px;
  height: 53px;
  background: url("/images/open_choose_eng.jpg") 0px 0px no-repeat;
  text-decoration: none;
  position: relative;
  top: 0px;
  left: -70px;
  float: left;
}
 
a:hover.srollover_eng {
    background-position: 0px -64px;
}

a.srollover_hun {
  display: block;
  width: 150px;
  height: 53px;
  background: url("/images/open_choose_hun.jpg") 0px 0px no-repeat;
  text-decoration: none;
  position: relative;
  top: 0px;
  left: 70px;
  float: right;
}
 
a:hover.srollover_hun {
    background-position: 0px -66px;
}

