body {
  padding: 0px;
  margin: 0px;
  background: #000000;
}

#page {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 880px;
  height: 524px;
  margin: -262px 0 0 -440px;
  background: url(images/fp_bg.jpg) no-repeat left;
}

#header {
  height: 129px;
  background: url(images/fp_logo.gif) no-repeat left;
}

#center {
  height: 180px;
  margin-top: 148px;
  text-align: right;
}

#footer {
  height: 67px;
  text-align: right;
}

#video {
  display: inline-block;
  overflow: hidden;
  width: 240px;
  height: 180px;
  margin-right: 16px;
}

#player {
  width: 240px;
  height: 205px;
}

#enter {
  display: inline-block;
  width: 158px;
  height: 67px;
  text-decoration: none;
  background: url(images/fp_en.gif) no-repeat;
}

#enter:hover {
  background: url(images/fp_enhov.gif) no-repeat;
}

#links {
  position: absolute;
  width: 100%;
  bottom: 3px;
  text-align: center;
}

#links a {
  font: 10px helvetica;
  color: #606060;
}

#nil {
  display: none;
}

