
html, body {

  height: 100%;
	margin: 1em;
	background-image: url(http://www.aquaprek.ru/img/FONsita3.jpg);
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	background-position: left top;
}
#loading {
  z-index: 999;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
  background-image: url(../img/logo_loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  }
div.mainBase {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  z-index: -1;
}
div.headerBase {
  position: fixed;
  top: 0;
  width: 100%;
  height: 150px; 
  background-color: transparent;
  z-index: 20;
}
div.contentBase {
  z-index: 17;
  width: 630px;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 53px;
/*  overflow: auto;
  overflow: y;   */
  padding-right: 10px;
  text-align: justify;
}
div#contentText{
  padding-left: 1%;
  padding-top: 2%;
}


div.rightBase { 
  float: right;
  width: 365px;
  padding-left: 10px;
  padding-bottom: 10px;
  /*padding-right: 10px;*/
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-left: 3%;
  margin-bottom: 3%;
}
div.latestNews, #latestNews{
 /* border-top: 1px solid gray; */
}
/*<![CDATA[*/
.photoGall {
  float: right;
  overflow: hidden;
  width: 350px;
  height: 235px;
  padding: 6px;
}
.photoGallOpen {
    position: absolute;
    top: 100px;
    right: 17px;
    background-color:  #DDDDDD;
    overflow: hidden;
    width: 850px;
    padding: 6px;
    border: 3px outset;
  /*z-index:999;*/
}
/*]]>*/
#footerBase {
 /* border: solid; */
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 35px;
  clear: left;
  z-index: 3;
}