body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.1em;
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #ddd;
}

#linkBanner {
  position: absolute;
  font-size: 10px;
  top: 0px;
  left: 50%;
  margin-left: -500px;
  width: 990px;
  height: 16px;
  clear: both;
  color: #ccc;
  padding: 2px 5px 2px 5px;
  background-color: #000;
}

#linkBanner a {
  color: #fff;
  text-decoration: none;
}

#topBanner {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 124px;
  float: left;
}

#topBanner h1 {
  float: left;
  margin: 31px 0px 0px 26px;
}

#topBanner h1 a {
  display: block;
  width: 405px;
  height: 50px;
}

#topBanner h1 a span {
  display: none;
}

#content {
  position: absolute;
  top: 144px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: auto;
  z-index: 3;
  float: left;
  font-size: 1em;
}

#cena {
  width: 235px;
  height: 74px;
  padding: 184px 129px 225px 606px;
  z-index: 3;
  float: left;
  font-size: 0.9em;
}

#content h2 {
  margin: 0;
  color: #bf1919;
  font-size: 45px;
}

#content h2 span {
  color: #48483f;
  font-size: 16px;
}

#bottomBanner {
  color: #666;
  font-size: 10px; 
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 1000px;
  height: 30px;
  clear: both;
  text-align: right;
}

#bottomBanner a {
  color: #666;
  text-decoration: none;
}

a {
  color: #00a045;
  text-decoration: underline;
}
