body {
  background-image: url(img/face.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #8bb080;	/* green background */
  margin: 0px;
  padding: 0px;
}

#art { margin: 25px auto 20px; width: 525px; }
img {
  float: left; 
  margin: 0 5px;
  border: 1px solid #DFDEC0; 
 }
h1 {
  color: #E5E5E5;
  font-size: 19px;
  margin-bottom: 1px;
  margin-top: 0px;
}
p {
  margin: 0.75em 0.5em 0.75em 1em;
}
p.date { 
  padding: 0.25em 0.25em 0.125em; 
  font-size: 10px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
p.desc { margin-top: 0px; color: #000; }
p.status { color: #C73537; margin-bottom: 0px; }
p.quote {
  padding: 0.25em 0.25em 0.125em; 
  color: #DFDEC0;
}
