body {
  background: #f0f0f0;
}

#frame {
  width: 404px;
  padding: 1em;
  margin: 2em;
  border: 1px solid #000;
  background: #fff;
}

#picture {
  width: 400px;
  height: 280px;
  border: 1px solid #000;
}

#button {
  float: right;
  width: 19px;
  height: 19px;
  background: url(http://vpavlu.plain.at/2007/memories-index/corner.png) no-repeat;
}

p {
  margin: 1em;
}

a {
  text-decoration: none;
}

a img {
  text-decoration: none;
  border: 0px;
}

h1 {
  font-family: serif;
  font-style: italic;
  margin: 5px;
}

#edit { float: right; color: #c0c0c0;}
