#intro {
  position: absolute;
  z-index: 9;
}
#main-inner {
        background-image: url('img/bg_container_intro.png');
        padding: 0px;
        margin: 0px;
        padding-top: 272px;     
        height: 504px; 
        height: 434px;
}
#anim_fix {
  height: 800px;
}

#col1 {
  /*float: none;
  margin: auto;*/
  margin-left: 360px;
}
#menu {
  text-align: center;
}
#col1 {
  background-image: none;
  min-height: 320px;
}
#menu ul {
    padding-right: 180px;
}
#home {
  float: left;
  clear: both;
  width: 800px;
  min-height: 395px;
  height: 405px;
  overflow: hidden;
  background: url('img/bg_home.png');
  z-index: 9;
}
#language {
  position: absolute;
  float: left;
  clear: both;
  bottom: 15px;
  right: 15px;
  z-index: 99;
}
  #language, #language a {
    font-size: 14px;
  }
  #language a {
    text-decoration: underline;
  }
  #language .selected {
    color: #f47820;
    text-decoration: none;
  }

