html, body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #e2e2e2 url('/graphics/public_background.jpg') no-repeat center 0;
}

.public_container {
  width: 790px;
  margin: 60px auto;
  overflow: hidden;
}

.public_content {
}

.public_topbar {
  height: 44px;
  background: transparent url('/graphics/public_grad.png') repeat-x 0 0;
  line-height: 44px;
}

.public_topbar div {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
}

.public_topbar label {
  margin: 0 10px 0 0;
  color: #c6c8cb;
}

.public_topbar select {
  background: #ffffff;
  border: none;
}

.public_container .copyright {
  text-align: center;
  font-size: 70%;
  color: #aaaaaa;
  border-top: #aaaaaa 1px solid;
  clear: both;
  float: left;
  margin: 100px 0 0 0;
  width: 790px;
}

