@import url('stylesheet.css');
body {
  background-color : #339933;
  background-image : none;
}
#Container {
  background-image : url('http://www.threepoundfilms.com/assets/images/john/site_images/leaf.png');
  background-position : 450px 35px;
}
#Sidebar {
  background-color : #339933;
}
a, a:active {
  color : #036903;
}
.feedbackform {
  background-color : white;
}
.JournalGuestBook.feedbackform {
  background-color : inherit;
}