﻿body{
    margin: 0;
    padding: 0;
    background: url(images/body2.png) repeat-x;
}
img{
    border: 0;
}
.main{
    background: url(images/main.png) repeat;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
}
.language{
    height: 85px;
}
.lv{
    background: url(images/lv.png) no-repeat;
    width: 29px;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    top: 50px;
    left: 110px;
}
.en{
    background: url(images/en.png) no-repeat;
    width: 29px;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    top: 50px;
    left: 117px;
    
}
.ru{
    background: url(images/ru.png) no-repeat;
    width: 29px;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    top: 50px;
    left: 125px;
}
.header{
    height: 90px;
    padding: 40px 0px;
    text-align: right;
}
.logo{
    margin-right: 50px;
}
.left{
    width: 130px;
    height: 450px;
    float: left;
    padding: 30px 0px 0px 115px;
}
.left a{
    display: block;
    float: left;
    margin: 17px -6px;
    clear: both;
}
.right{
  color: RGB(255, 255, 255); /* Цвет текста */
    width: 775px;
    height: 480px;
    float: right;
}
.col{
      color: RGB(49, 151, 116); /* Цвет текста */
    width: 688px;
    height: 410px;
      padding: 1px 0px 0px 93px;
    
  
}
 
