div#boxed {
  border: 2px outset #000;
  background-color: #ffc;
  padding: 12px;
  -moz-border-radius: 10px;
  background-image: url(http://www.j-london.com/graphics/stars.gif);
  background-attachment: fixed;
}

div#boxed p.edit_link, div#boxed h2 {
  display: none;
}