/*   Общие стили   */
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  min-width: 1000px;
  font-family: Arial, sans-serif;
  background-image:url('images/menu_bg.jpg'); 
  background-repeat: repeat-x; 
}
#wall{
     position:relative; 
     min-height:100%; 
     height:auto !important; 
     height:100%; 
     background-image:url('images/wall.jpg'); 
     background-repeat:repeat-x; 
     background-position:bottom;
}
#content {
    position:relative; 
    min-height:100%;
    height:auto !important;
    height:100%;
    width: 1000px;
    margin: 0 auto;
}
#content .empty {
    height:454px; 
}
#footer {
    position:relative; 
    margin-top:-454px; 
    height:454px; 
    width:100%;
    text-align: center;
    padding:0;
    background-image:url('images/main_illustration.jpg'); 
    background-repeat:no-repeat; 
    background-position:bottom center;
}
#header{
    height:78px;
    background-image: url("images/menu_bg.jpg");
    background-repeat: repeat-x;
}
.bayan{
    position: relative;    
    right:2px;
}
.logo{
    margin-left:32px;
}
.languages{
    height:10px;
    display: inline;
    position:absolute;
    top:10px;
    right:45px;
}
.languages img{
    margin:0 0;
}
#menu{
    padding-left:30px;
    position:relative;
}
#menu ul{
    padding:0;
    margin:0;
    height: 23px;
}
#menu ul li{
    display:inline;
    list-style:none;
    color:#272626;
    font-weight: bold;
    font-size: 1em;
    border-right:solid 1px black;
    padding:3px 8px;
    height: 23px;
    line-height: 23px;
}
* html #menu ul{ 
    position:relative;
    bottom:4px;
}

#menu ul li.last{
    border-right:none;
}
#menu ul li a{ 
    color:#272626;
    text-decoration: none;
}
#menu ul li span a{
    position: relative;
    top:5px;
}
#menu ul li.current span a{
    border-bottom:solid 3px #b2220c;   
}
#menu ul li span a:hover{
    border-bottom:solid 3px #b2220c;   
}
.advanced_btn{
    height:30px;
    display: inline;
    position:absolute;
    top:5px;
    right:47px;
}#wall #content .info a {
	color: #990000;
}

