body, html {
  height: 100%;
}

body {
  font-size: 62.5%;
  background-color: #000;
  font-family: helvetica, arial, sans-serif;
}

.clear {
  clear: both;
}

p {
  margin-top: 10px;
  line-height: 14px;
}

#olijve1024 {
  visibility: hidden;
}

#olijveother {
/*   visibility: hidden; */
}

#container {
  width: 995px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background: transparent url('../images/background-main.jpg') repeat-y;
  margin: 0 auto;
}

  #neon {
    width: 995px;
    height: 629px;
    background: transparent url('../images/olijve-neon.png') no-repeat;
    z-index: 1;
    margin-top: 1px;
  }
  
  #content {
    width: 500px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    padding: 100px 20px;
    font-size: 12px;
    line-height: 20px;
    z-index: 100;
  }
  
    #content a {
      color: #fff;
      font-weight: bold;
      position: relative;
      z-index: 100;
    }
    
    #content h1 {
      font-size: 18px;
      font-weight: bold;
    }
    
    
    #content ul {
      margin-top: 20px;
    }
    
    #content ul li {
      display: inline;
      float: left;
    }
    
    #content ul li a {
      height: 40px;
      background-color: #000;
      display: block;
      line-height: 20px;
      color: #fff;
    }
    
  
    .choice {
      width: 164px;
      float: left;
    }
    
      .choice p {
        font-size: 1.2em;
        color: #fff;
        text-align: center;
      }
    
    #autogas {
      margin-left: 222px;
    }
    
    #autogas a {
        position: relative;
    }
    
    #motorsport {
        margin-left: 16px;
    }
    
    #motorsport a {
        position: relative;
    }
    
    #tango {
      margin-left: 16px;
    }
    
    #tango a {
        position: relative;
    }
    
    
.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    padding:5px;
    border:1px solid #fff;
    width:250px;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#fff;
    background-color:#222;
    padding:2px 7px;
}    
