body {
  color :#7e7e7e;
  /*szines betu: f79421*/
  /*szurke betu: 7e7e7e*/
  font-size: 14.4px;
  letter-spacing:0.2;
  /*font-variant: small-caps;*/
  margin: 0; 
  padding: 0; 
  background-color: #fff;
  font-family: Impact, Arial Black,sans-serif;
  
}

img {
  border: none;
}

a, a:hover, a:active, a:visited {
  text-decoration:none;
  color: #b71d01;
}

h3 {
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: -20px;
}

a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
}

#preloader{
  position: absolute;
  background-color: #fff;
  width: 100px;
  height: 100px;
  z-index: 100;
  top: 0;
  left: 0;
}

#preloader_inner {
  width: 32px;
  height: 32px;
  top: 300px;
  left: 50%;
  margin-left: 16px;
  margin-top: 16px;
  position: absolute;
  background: url("/images/loading.png");
}

.main_frame {
  width: 837px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border: 2px solid #7e7e7e;
}

.live_big {
  position: relative;
  top: 230px;
  left: 87px;
  background: url("/images/live.png")  no-repeat 0px 0px;
  width: 636px;
  height: 131px;
  cursor: pointer;
  z-index: 0;
}

#main_frame_ #live {
  display: none;
}


#mirrorball {
  position: relative;
  top:-10px;
  left: 30px;
  background: url("/images/mirrorball.gif")  no-repeat 0px 0px;
  width: 133px;
  height: 133px;
  cursor: pointer;
}

#logo {
  position: relative;
  margin-top: -110px;
  margin-left: 165px;
  background: url("/images/logo.png")  no-repeat 0px 0px;
  width: 593px;
  height: 145px;
  z-index: -100;
}

#intro {
  position: absolute;
  margin-top: -60px;
  margin-left: 220px;
  background: url("/images/intro.png")  no-repeat 0px 0px;
  width: 494px;
  height: 338px;
  cursor: pointer;
  z-index: 1;
  border: 0;
}


#enter {
  margin-left: 405px;
  margin-top: 180px;
  width: 200px;
}

#menu {
  position: absolute;
  margin-left: 118px;
  width: 675px;
  height: 25px;
  margin-top: 0px;
}

#menu .menu_item, #menu .menu_item_selected  {
  width: 135px;
  height: 25px;
  float: left;
  cursor: pointer;
  text-align: center;
}

h1 {
  color: #f79421;
  font-size: 21px;
  font-weight: normal;
}

h2 {
  color: #f79421;
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}

h3 {
  color: #f79421;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rights {
  font-weight: normal;
  font-size: 12px;
}


