body {
      margin: 0;
      padding: 0;
      text-align: center;
      background: url('../images/bg_intro.png') top left repeat fixed #fff;
      font-family: Verdana;
  }
  #main {
      margin: 8% auto;
      overflow: hidden;
      position: relative;
      width: 400px;
  }
  #logo {
      width: 400px;
      background: url('../images/logo_intro.png') top center no-repeat;
      height: 300px;
      display: none;
  }
  #language {
      position: absolute;
      bottom: 0;
      width: 400px; 
      left: 0;  
      display: none;
      font-size: 10px;
  }
  #language a {
      color: #333;
      text-decoration: none;
  }
  #language a:hover {
      color: #AA0000;
      text-decoration: underline;
  }
  #copyright {
      font-size: 9px;
      color: #888;
      display: none;
  }
  img { border: 0; }
  #player { 
      margin: 10px 0;
  }
