BODY
{ margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  color: silver;
  overflow: scroll;
  overflow-y: yes;
  overflow-x: hidden;
}

#logo2
{ position: absolute;
  left: -1000px;
  top: 40px;
}

#menugomb
{ position: fixed;
  left: -100px;
  top: 40px;
  z-index: 10;
}

.letoltes A
{ text-decoration: none;
}

#debug
{ position: fixed;
  left: 25px;
  top: 25px;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  line-height: 20px;
  color: black;
  background-color: burlywood;
  opacity: 0.75;
  z-index: 1000;    
}

#debug2
{ position: fixed;
  left: 25px;
  top: 500px;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  line-height: 20px;
  color: black;
  background-color: burlywood;
  opacity: 0.75;
  z-index: 1000;
}

#debug, #debug2
{ visibility: hidden;
}    
