body#welcome {
  background-color: #5d1d00;
  background-image: url('../images/bg_main_parq.jpg');
  background-repeat: repeat;
}

#welcome #body {
  margin: 0px;
  padding: 0px;
  min-width: 1026px;
  max-width: 1144px;
  width: 100%;
  background-color: #b80000;
  background-image: url('../images/bg_main_table-all.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  height: 762px;
  position: relative;
}
#welcome #body #rpad {
  background-image: url('../images/bg_main_table-all.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  width: 212px;
  height: 762px;
  position: absolute;
  top: 0px;
  right: -212px;
}
/* Min/max-width emulation with css expression for IE6 only */
* html {} #welcome #body { width: expression(
    document.body.clientWidth > 1144 ?
        "1144px" :
        (document.body.clientWidth < 1026 ?
            "986px" :
            document.body.clientWidth+"px"
        )
    );
}


#welcome #logo {
  display: block;
  width: 421px;
  height: 175px;
  background-image: url('../images/lang/ru/main_logo.gif');
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  right: 362px;
  top: 55px;
  margin: 0px auto;
}
#welcome.en #logo { background-image: url('../images/lang/en/main_logo.gif'); width: 448px; right: 349px; }

#welcome #languages {
  position: absolute;
  right: 410px;
  top: 15px;
  width: 292px;
  font-weight: normal;
  background: transparent;
  color: white !important;
  text-align: center;
  padding: 0px;
  font-size: 9pt;
}
#welcome #languages a {
  color: #c99999;
  text-decoration: none;
}
#welcome #languages a.current {
  color: #FFF;
}

#welcome #content-menu {
  color: #fff;
  margin-left: 0px;
  position: absolute;
  right: 290px;
  top: 290px;
  width: 300px;
}
#welcome #content-menu a { color: #fff; }
#welcome #content-menu li { list-style: none; font-size: 14pt; line-height: 1.5em; text-transform: lowercase; }

#welcome #footer {
  max-width: 1150px;
  width: 100%;
  margin: 0px;
}
* html {} #welcome #footer { width: expression(
    document.body.clientWidth > 1150 ? "1150px" : document.body.clientWidth+"px" );
}
#welcome #footer a { color: #fff; }
#welcome #footer #footer-content { width: 60em; margin: 0px auto; color: #fff; }

div#promo-text {
  font-size: 10px;
  line-height: 10px;
  padding: 1em;
  text-align: center;
  clear: both;
  color: #fff;
  width: 600px;
  margin: 0px auto;
  margin-bottom: 3em;
  text-align: justify;
}

#promos a { display: block; height: 125px; width: 285px; top: 585px; position: absolute; }
#promos a.left { right: 740px; }
#promos a.center { right: 400px; }
#promos a.right { right: 70px; }