
html{
  width: 100%;
  height: 100%;
}

body{
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;

  font-family: verdana;
  font-size: 10px;
  color: rgb(200, 200, 200);
  line-height: 14px;

  background: black url('../images/bg.gif');
}
a {
  color: rgb(200, 200, 200);
}


div {
  xborder: 1px red dotted;
}

#pivot {
  xborder: 1px green solid;
  position: absolute;

  left: 50%;
  top: 50%;
  width: 50%;
}
#pivot #cover {
  position: absolute;
  top: -180px;
  width: 100%;
  height: 360px;
  background-color: rgb(20, 20, 20);
}
#pivot #container {
  position: absolute;
  left: -500px;
  top: -180px;
  width: 1000px;
  height: 360px;
  background-color: black;
}
#copyright {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: gray;
}
#copyright a {
  text-decoration: none;
  border-bottom: 1px gray dotted;
  color: gray;
}
#copyright a:hover {
  border-bottom: 1px gray solid;
}


#logotype {
  xborder: 1px green solid;
  position: absolute;
  left: 20px;
  top: 20px;
}
#logotype img {
  border: 0;
}
#menu {
  xborder: 1px orange solid;
  position: absolute;
  right: 740px;
  bottom: 20px;
}
#menu ul {
  xborder: 1px green solid;
  margin: 0;
  padding: 0;
}
#menu ul li {
  xmargin: 0;
  list-style-type: none;

  xborder: 1px green solid;

  xbackground-color: yellow;
}
#menu ul li a:hover {
  border-bottom: 1px gray dotted;
}


#menu img {
  border: 0;
}
.contents {
  xborder: 1px green solid;
  position: absolute;
  left: 280px;
  top: 0;
  width: 720px;
  height: 360px;
}
.contents img#bg {
  position: absolute;
  right: 0;
}
.contents div.textarea {
  position: absolute;
  top: 20px;
  left: 20px;
  xborder: 1px red solid;
}
.contents div.textarea h2 {
  xborder: 1px red solid;
  margin: 0 0 0 0;
  xpadding: 0;
  font-size: 10px;
  text-transform: uppercase;

}
.contents p {
  margin: 0 0 10px 0;
}
.contents .indent {
  margin: 0 0 0 32px;
}
.contents a {
  text-decoration: none;
  border-bottom: 1px gray dotted;
}
.contents a:hover {
  border-bottom: 1px gray solid;
}

.naviback {
  text-align: right;
}
.hidden {
  display: none;
}


#contacts {
  color: black;
  background-color: #FDFDFB;
}
#contacts a {
  color: rgb(40, 40, 40);
}

#gallery.tatari {
  width: 220px;
  text-align: justify;
}
#gallery.tatari .gallery {
  xborder: 1px green solid;
  position: absolute;
  left: 250px;
  top: 0px;
  width: 460px;
}
#gallery.tatari .gallery img {
  border: 0;
  float: left;
  margin: 0 10px 10px 0;
}
#gallery.tatari #set1.gallery img {

}


.clip a {
  position: absolute;
  border: 0;
  display: none;
}
.clip img {
  border: 0;
}
.clip .odd {
  left: 0;
}
.clip .even {
  left: 360px;
}


