@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif ;
  color: #fff;
  font-size: 12px;
  background: #000 url('../images/body_bg.jpg') left top;
}

* {
  outline: none;
}

a {
  color: #e6e7a3;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#wrapper {
  margin: auto;
  width: 780px;
  position: relative;
  background: transparent url('../images/wrp_bg.jpg') no-repeat right bottom;
}

#screensWin {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 23;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  display: none;
}

#screensWin a#close {
  padding: 7px;
  margin: 15px 15px;
  clear: both;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#screensWin a#close:hover {
  background-color: #222;
  color: #fff;
}

#screensWin a img {
  margin: 4px 13px;
  padding: 1px;
  border: 7px solid #222;
  float: left;
  clear: right;
}

#screensWin a:hover img {
  border-color: #333;
}

h1, h2, h3, h4, h5, h6, form, ul, li, p {
  padding: 0;
  margin: 0;
}

#topBg { /* background sus */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 166px;
  background: transparent url('../images/top_bg.jpg') repeat-x center top;
}

#bottomBg { /* background jos */

  width: 100%;
  min-width: 780px;
  background: #000 url('../images/bottom_bg.jpg') repeat-x center bottom;
  padding-bottom: 85px;
}
/*========================= menu =======================*/
#logo {
  position: absolute;
  top: 0;
  left: 140px;
  z-index: 5;
}

.menu {
  z-index: 7;
  position: absolute;
}

#forum {
  top: 20px;
  left: 5px;
}

#news {
  top: 66px;
  left: 27px;
}

#screens {
  top: 109px;
  left: 47px;
}

#tutorials {
  top: 20px;
  right: 22px;
}

#register {
  top: 66px;
  right: 42px;
}

#login {
  top: 109px;
  right: 62px;
}
/*===================== end menu ==================*/

/*======= rase ======*/
#races {
  position: absolute;
  top: 166px;
  z-index: 6;
}

ul#races li {
  display: inline;
  float: left;
  padding-left: 22px;
}
/*======= end rase ======*/

/*===== middle content =====*/
#mid {
  position: relative;
  margin: auto;
  padding: 252px 0 20px 0;
  background: transparent url('../images/red_energy_bg.jpg') no-repeat center bottom;
  width: 777px;
}
/*========= end middle content ===============*/

#footer, #bottom {
  width: 740px;
  clear: both;
  position: relative;
  margin: auto;
  font-size: 11px;
}

#footer {
  margin-top: -94px;
  color: #e6e7a3;
  text-align: right;
  padding: 20px 20px 20px 34px;
}

#bottom {
  padding: 20px 20px 10px 20px;
}

#bottom a {
  padding: 7px;
}

#rDescription { /* descriere rasa */
  padding: 10px;
  width: 760px;
  background-color: #000;
  border-bottom: 1px solid #222;
  color: #fff;
  top: 234px;
  z-index: 10;
  display: none;
  color: #e6e7a3;
}

