body {
  background-color: #FFFDFD;
}

div#background {
  position: absolute;
  width: 781px;
  margin-left: -390px;
  left: 50%;
  top: 0px;
	background-color: #ffffcc;
}

div#header {
  height: 133px;
  background-image: url(../layout/2006-12-09_top.png);
}

div#menu_header {
  padding-right: 25px;
  text-align: right;
  padding-top: 108px;
}

div#menu_left {
  width: 143px;
  height: 395px;
  float: left;
  text-align: center;
  background-image: url(../layout/2006-12-09_left_menu.png);
}

div#content {
  margin-top: 10px;
  float: left;
  width: 638px;
	background-color: #ffffcc;
}

div#footer {
  float: left;
  width: 781px;
  min-width: 781px;
}