html, body {
  margin: 0; padding: 0; 
  }
body {
  font-family: Arial, Verdana, Tahoma, Arial, sans-serif; 
  background: #9e292b; 
  font-size: 0.76em;
  color: white;
  }
.clear {clear: both;}
img {border: none}
a {color: white}

#splash {margin: 146px 0 0px 0}
#splash #line-top {height: 6px; background: #fa9e09 url(/images/line-bg.jpg) center 0 no-repeat}
#splash #line-bottom {height: 6px; background: #fa9e09 url(/images/line-bg.jpg) center 0 no-repeat}
#splash #logo {height: 268px; background: #fff; text-align: center}

#splash #select-language {width: 516px; height: 55px; margin: 49px auto 0 auto;
background: url(/images/splash-select-language-bg.gif) 0 0 no-repeat; }
#splash #select-language #links {width: 516px; height: 27px; margin: 0; 
}
#splash #select-language a {float: left; margin: 2px 0 0 0; width: 258px; height: 25px; text-align: right}
#splash #select-language a span {display: block; width: 98px; height: 25px; background: #ffe2b5; color: #b82427; text-align: center; text-decoration: none; line-height: 22px; cursor: pointer}
#splash #select-language a#select-language-rus {width: 257px; border-right: 1px solid #9e292b}
#splash #select-language a#select-language-rus span {float: right}
#splash #select-language a#select-language-eng {text-align: left}
#splash #select-language a:hover {text-decoration: none}
#splash #select-language a:hover span {background: #ffa000; color: #ffe2b5; }

