html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background-color: #cbffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}


.mainMenuAbs {
  position: absolute;
  width: 200px;
  height: 540px;
  left: 13px;
  top: 200px;
  margin: 0px;
  padding: 0px;
  z-index: 100;
  overflow: hidden;
}


.mainMenuFix {
  position: fixed;
  width: 200px;
  height: 540px;
  left: 13px;
  top: 25px;
  margin: 0px;
  padding: 0px;
  z-index: 100;
  overflow: hidden;
}


#NoFlash {
  position: absolute;
  z-index: -10;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: repeat;
  background-image: url(images/none.gif)
}

#BlindScreen {
  position: absolute;
  z-index: 150;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  background-repeat: repeat;
  background-image: url(images/blind.png);
  visibility: hidden;
}

#regionsMap {
  position: fixed;
  z-index: 200;
  width: 900px;
  height: 600px;
  margin-left: -450px;
  margin-top: -300px;
  left: 50%;
  top: 50%;
  background-color: transparent;
  visibility: hidden;
}


#searchWindow {
  position: fixed;
  z-index: 190;
  width: 900px;
  height: 600px;
  margin-left: -450px;
  margin-top: -300px;
  left: 50%;
  top: 50%;
  background-color: transparent;
  visibility: hidden;
}


#Sky {
  position: absolute;
  z-index: -20;
  width: 100%;
  height: 270px;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

#Logo {
  position: absolute;
  z-index: 100;
  width: 210px;
  height: 80px;
  right: 34px;
  top: 16px;
  overflow: hidden;
}

#RFlowers {
  position: absolute;
  z-index: -15;
  width: 220px;
  height: 400px;
  right: 0px;
  top: 52%;
  overflow: hidden;
}

#distrMap {
  position: relative;
  z-index: 0;
  width: 850px;
  height: 550px;
  right: 0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#DownPic {
  position: absolute;
  z-index: -20;
  width: 100%;
  height: 512px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}

#TextBlock {
  position: relative;
  margin-left: 260px;
  margin-right: 114px;
  padding-top: 220px;
  padding-bottom: 320px;
  min-width: 640px;
  max-width: 1300px;
  text-align: justify;
  overflow: visible;
  z-index: 20;
}


.Hided {
  display: none
}


.err_type {
  color: #FF0000;
  font-size: 20px;
  font-family: "Times New Roman",
  Times, serif;
}
