body {
    margin: 0px;
    padding: 0px;
}
.home {
    background-color: #000;
}
.disclaimer {
    font-family: "Arial";
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #ed1f24;
    font-size: 11px;
  }
  a {
      text-decoration: none;
      color: #fff;
      border: none;
      outline: none;
  }
  .header {
    height: 125px;
  }
  .wrapper {
      background: url('../images//mainbg.png') no-repeat top center;
      width: 960px;
      margin: 0 auto;
      height: 807px;
      position: relative;
  }
  
  .content {
      margin-top: 30px;
      position: relative;
  }
  
  .title {
      margin-top: 90px;
      background: url('../images//kat-onl.png') no-repeat top center;
      width: 576px;
      height: 72px;
      position: relative;
      left: 70px;
  }
  
  .desc {
      background: url('../images//desc2.png') no-repeat top center;
      width: 696px;
      height: 247px;
      position: relative;
      left: 165px;
  }
  
  .new-cat {
      background: url('../images/legujabb-kat.png') no-repeat top center;
      width: 449px;
      height: 73px;
      position: relative;
      display: block;
      left: 60px;
      top: 100px;
      top: 40px;
  }
  
  .cover {
      background: url('../images//cover.png') no-repeat top center;
      display: block;
      width: 349px;
      height: 436px;
      position: absolute;
      z-index: 20;
      top: 55px;
  }
  .toltes {
    color: #fff;
    padding-top: 4px;
    background-color: #2d2d2d;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 4px;
  }
  @media (max-width: 1190px) {
  }