@charset "UTF-8";

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#wrapper {
  margin: 0 auto;
  height: 100%;
}

#topContainer {
  position: static;
}

#top-i-left,
#top-i-right,
.leftImgContainer,
.rightImgContainer {
  display: none;
}

#nav {
  position: absolute;
  top: 7%;
  width: 1000px;
  *margin-left: -500px;
  background: url(../img/blank.png) repeat;
  border: none;
  z-index: 10;
}

#nav ul {
  padding-left: 0;
}

#nav a {
  color: #717073;
}

#centerContainer {
  position: absolute;
  top: 0;
  margin-left: 150px;
  *margin-left: -350px;
  height: 100%;
  z-index: 5;
}

#mainBlockContainer {
  padding: 0;
  height: 100%;
}

#logo {
  position: relative;
  top: 20%;
  left: 216px;
}

#signature {
  position: absolute;
  width: 1000px;
  bottom: 1.5%;
  z-index: 10;
  margin: 0 0 0 -150px;
  padding: 0.2em 0 0 0;
  border-top: solid 2px #eff0f1;
  text-align: center;
  color: #757476;
}

#screen {
  position: absolute;
  top: 0;
  width: 100%;
  height: 86%;
  background: url(../img/center-bg.gif) repeat-y scroll center center;
  z-index: 15;
  text-align: center;
  vertical-align: middle;
  padding: 4% 0 0 0;
}

#screen img {
  display: block;
  margin: auto;
}

#screen div {
  margin-bottom: 2em;
}

#screen .text {
  color: #646464;
  font-size: 1.06em;
  font-weight: bold;
  line-height: 2em;
  text-transform: uppercase;
}
