html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
margin: 0;
padding: 0;
background: transparent none repeat scroll 0;
border: 0 none;
outline-color: invert;
outline-style: none;
outline-width: 0;
vertical-align: baseline;
}

body  {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  line-height: 25px;
  text-align: justify;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.tlo {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
}

.center {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 0;
}

.logo {
  position: relative;
  margin: 30px 0 0 50px;
  width: 350px;
  height: 90px;
}

#belka {
  height: 40px;
  padding-top: 13px;
  background: #fff;
  opacity: 0.8;
  margin: 15px 0 20px 0;
}

#menu {
  display: block;
  list-style: none;
  position: relative;
  margin: 15px 0 0 0;
  padding: 0;
}

#menu li {
	display: block;
	list-style: none;
  margin: 0;
  padding: 0 5px;
	float: left;
	color: #2D2A7E;
	font-size: 15px;
	font-weight: bold;
}

#menu li a {
  margin: 0;
	display: block;
	float: left;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 14px;
	text-align: center;
	width: 100px;
	color: #2D2A7F;
	background: #f5f7f9;
}

#menu li a:hover {
  background: #C2DEFD;
  cursor: pointer;
}

#lang {
  display: block;
  position: absolute;
  top: 15px;
  left: 500px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#lang li {
	display: block;
	list-style: none;
  margin: 0;
  padding: 0 3px;
	float: left;
}

#lang li a {
  margin: 0;
	display: block;
	float: left;
	text-decoration: none;
	padding: 8px 15px;
	font-size: 14px;
	color: #2D2A7F;
	background: #C2DEFD;
}

#lang li a:hover {
  background: #E54B23;
  color: #fff;
  cursor: pointer;
}

#content {
  margin: 35px 0 0 20px;
  padding: 10px 20px;
  width: 500px;
  color: #000;
  background: #fff;
  opacity: 0.75;
  border-bottom-right-radius:15px;
  border-top-right-radius:15px;
}

#content p {margin-bottom: 10px; font-size: 12px; line-height: 20px;}
#content a {color: #2D2A7E; text-decoration: none;}
#content a:hover {color: #e54b23;}
#content h2 {margin: 5px 0 15px 10px; font-size: 15px; color: #2D2A7F;}
#content table {text-align: center; font-size: 11px; line-height: 18px;}
#content table td {vertical-align: middle;}