* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font: .76em/1.4em Verdana, "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Arial, sans-serif;
}
#bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 350px;
  margin-left: -400px;
  margin-top: -175px;
}
#wrapper {
  text-align: center;
  margin: 0 auto;
  width: 800px;
  padding: 0 0 0 15%;
}
#notice-wrapper {
  text-align: left;
}
#notice {
  width: 530px;
  margin: 2em 0 0 0;
}
#notice p {
  margin: 0 0 1em;
}
.ll {
  color: #000;
  font: bold 1.1em "Gill Sans";
  letter-spacing: 1px;
}
.ll span {
  color: #2F7411;
}
a {
  color: #2F7411;
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 0 2px;
}
a:focus, a:hover {
  background: #c2f180;
}