﻿body
{
    margin: 0px;
    position:relative;
    background-image: url('baground.png'); 
    background-repeat: repeat;
    background-color: White;
}
form
{
    margin: 0px;
}
div
{
    background-repeat: no-repeat;
}
#stage_top
{
}
#stage_bottom
{
    padding: 0 0 30px 0;
}
#heder
{
    position: relative;
    height: 58px;
    background-color: #03166c;
    background-image: url('yellow_line.png');
    background-position: bottom;
    position:relative;
}
#lang
{
   width: 939px; height:55px;
   margin-left:auto;
   margin-right: auto;
   background-image: url('baground.png');
   background-repeat:repeat;
   position:relative;
} 
#page
{
   width: 939px;
   margin-left:auto; 
   margin-right: auto;   
   background-color: Transparent;
   position:relative;
} 
#top_menu
{
    position: relative;
    width: 939px; height: 169px;
    background-color: Transparent;
    background-image: url('heder.png');
    background-position:center top;    
}
#menu
{
    position: relative;
    width: 939px; height: 77px;
    background-color: Transparent;
}
#main
{
    position: relative;
    width: 939px; 
    background-color: White;
} 
#bottom
{
    position: relative;
    width: 939px; height:168px;
    background-color: White;
    background-image: url('bottom.png');
    background-position:center bottom;
}
.bot_text
{
    font-family:Arial;
    font-size: 13px;
    color: #3f9f1a;    
    font-weight:700;
}
.bot_text_bot
{
    font-family:Arial;
    font-size: 11px;
    color: #9a7373;
    font-weight:700;
}