#banner {
 background: black url(../images/oof1.jpg) top right no-repeat;
 height: 144px;
 width: 574px;
 position: absolute;
 left: 186px;
 color: white;
}

.box {
  background-color:white;
  color: black;
  border: 1px solid red;
  padding: 3px;
  }

#main .box a {
  color: blue;
  }