html {
   /*background-color : #FFFFFF;*/
   background-image:url('../img/fon.jpg');
   background-repeat:no-repeat;
   background-size: 100%;
   
   /*background-color: lightgray;*/
}
img{
  border:0px;
}
#centre {
  background-color : #DFE3EC;/*#CCCCCC;*/
  width : 1000px;
  height: 100%;
  text-align:left;
  margin: auto;
}
#language
{
  text-align:right;
  float: left;
  width: 840px;
  margin-top: 0px; 
  /*border:2px solid gray;*/
  }
  
#stripHeader
{
  text-align:center;
  float: left;
  width: 835px;
  height : 110px;
  margin-top: 5px; 
  border-bottom-left-radius:10px;
  border:2px solid white;
  overflow: hidden; 
  }
#menuHeader
{
  background-color : #01638A;
  text-align:center;
  float: left;
  width: 835px;
  height : 40px;
  margin-top: 15px; 
  border:2px solid white;
  border-bottom-left-radius:10px;
  overflow: hidden; 
  }
#rightTop
{
   text-align:left;
   width: 160px;
   float: right;
     overflow: hidden; 
  }
#HeaderContainer
{
  text-align:center;
  float:left;
  width: 840px;
  height : 220px;
  border-bottom-left-radius:10px;
  overflow: hidden; 
  }  
#Content
{
  
  background-color : #F1F5F8;
  width : 1000px;
  text-align:left;
  margin: auto;
  border:2px solid #01638A;
  border-bottom-left-radius:10px;
  color:#01638A;
  overflow: auto;
}





