body { 
  background: yellow; color: darkgreen;
  padding: 0;
  margin: 0;
}

div#layout {
  text-align: center;
}

div#all {
  background-color: #FFFFFF;
  background-repert: no-repert;
  background-positin: -120px 0;
  width: 850px;
  padding: 0px 0px 15px 0px;
  border-left: solid #00BF00 15px;
  border-right: solid #00BF00 15px
}

h1 {
  float: center;
  text-align: center;
  margin-top: 30; 
}
em { color: red;}

h2.date {
  background-color: yellowgreen;
  color: yellow;
  float: center;
  text-align: center;
  margin: 0px 100px;
}
 
div#menyu {
  width: 50%;
  float: center;
  text-align: center;
}
