html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  background: #F7FAF5;
}

a:hover {
  text-decoration: none;
}

a {
  color: #0033CC;
}

.small {
  font-size: 11px;
}

textarea {
  font-size: 11px;
}

.text_top {
  background: #B2BCC6;
  padding: 10px 10px 10px 10px;
  font-size: 11px;
  color: #fff;
}

.text_top small {
  font-size: 10px;
  color: #444;
}

.counter {
  color: #666;
  text-align: center;
  padding: 20px;
}

.counter a {
  font-size: 60px;
}

.banner {
  color: #666;
  text-align: center;
  font-size: 11px;
  height: 250px;
  padding: 20px;
  width: 30%;
}

.banner a {
  font-size: 10px;
}

.bottom {
  background: url(/i/bottom_bg.jpg) repeat-x bottom;
}

.bottom2 {
  background: #DCE1E5;
  text-align: center;
  font-size: 10px;
  color: #666;
}

.bottom_m {
  padding-bottom: 100px;
  vertical-align: bottom;
}