@import url(standard.css);

#main {
  width: 58%;
}

#adbar {
  position: absolute;
  top: 6ex;
  left: 80%;
}

#adbar .ad {
  margin-bottom: 3ex;
}

.ad a img {
  border-style: none;
}

.ad a:hover img {
  border-style: solid;
  border-width: 5px;
}