#inner {
word-wrap: break-word;
          overflow-y: scroll;
          min-width: 200px;
          min-height: 200px;
          background: white;
          border: 20px outset red;
}

#box {
  position: absolute;
        display: none;
        min-width: 200px;
        min-height: 200px;
        background: white;
}

#closeWebrings {
  position: absolute;
  top: 0px;
  left: 0px;
}