body {
  background: #666666;
  /* Centering content in IE  */
  /* text-align: center;  */
}
a {
  color: #003366;
  text-decoration: none;
}
a:timestamp {
  color: #003366;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:vlink {
  color: #3333CC;
}
a.comment {
  font: 8pt Verdana, sans-serif;
  right: 23px;
  position: absolute;
  color: #996633;
}
a.announce {
  position: relative;
  left: 444px;  /* pushes it to the side */
  padding-top: 42px;
  bottom: 16px;
  font: normal 24px Verdana, sans-serif;
  color: #666666;
}
input.grey {
  background-color: #999999;
}
textarea.grey {
  background-color: #999999;
}

.done {
  color: #999966;
}

.master {
  width: 600px;
  position: absolute;
  left: 50px;
  top: 50px;
  background: #000000;
  /* Centering content in Mozilla/Netscape 
  margin: 0 auto;
  text-align: center; */
}

.content {
  /* small left edge boxes */
  position: relative;
  left: 12px;
  bottom:12px;
  background: #999999;
  width: 250px;
}

.wcontent {
  /* wide boxes */
  position: relative;
  left: 12px;
  bottom:12px;
  background: #999999;
  width: 576px;
}


.announce {
  position: relative;
  left: 444px;  /* pushes it to the side */
  bottom: 16px;
  /* Padding is a hack, but vertical-align never works */
  padding-top: 42px;
  font: normal 24px Verdana, sans-serif;
  color: #666666;
}

#flickrimg {
  position: absolute;
  left: 372px;
  top: 240px;
}

.timestamp {
  position: relative;
  left: 22px; /* pushes it right since its centered */
  /* Padding is a hack, but vertical-align never works */
  font: normal 11px Verdana, sans-serif;
  color: #996633;
}

.subtxt {
  font: 10pt Verdana, sans-serif;
  text-align: left;
  color: #000000;
  position: relative;
  left: 45px;
  width: 205px;
}
.post {
  font: 11pt Verdana, sans-serif;
  text-align: left;
  color: #000000;
  padding: 5px 5px 5px 25px;
}
#copywrong {
  position: absolute;
  top: 700px;
  left: 420px;
  text-align: right;
  font: normal 11px Verdana, sans-serif;
  color: #000000;
}
#older {
  position: absolute;
  top: 900px;
  right: 12px;
  text-align: left;
}

