body {
  font-family: arial, helvetica, sans-serif;
  background: #000000 url('http://www.grampianstorytellers.org.uk/foresttree.png');
  color: #9999CC;
}

div#header h1 {
  color: black;
  font-size: 2em;
  font-weight: normal;
}

div#header {
  text-align: center;
  float: right;
  width: 74%;
}

div#content {
  float: right;
  width: 74%;
}

div#navbar {
  float: left;
  width: 25%;
}

a.navbar_link img {
  border: 0;
  background: transparent;
}
a.navbar_link {
  display: block;
  width: 200px;
  background: #B09BBA;
}
a.navbar_link:hover {
  display: block;
  width: 200px;
  background: #FFFFFF;
}

/* 
  <body link="#99CCFF" vlink="#808080" background="foresttree.png">
*/