html {
  height: auto;
}

#header, #sidebar, #footer, #bg-top-left, #bg-top-right, #bg-bottom-left, #bg-bottom-right {
  display: none;
}

#page {
  width: 100%;
  height: 0;
  min-height: 0;
}

#main {
  background-image: none;
  border: none;
  height: 0;
  min-height: 0;
  padding-top: 0;
}

#content {
  height: 0;
  min-height: 0;
}

h1 {
  text-align: left;
  right: 0;
  margin-bottom: 1em;
}

#content .notice div {
  position: relative;
  left: -6px;
  margin-left: 0;
}

#content .notice div {
  padding: .5em;
  margin: .5em;
  border: 1px solid black;
  float: left;
  width: 200px;
}

body > #content .notice div {
  width:auto;
  min-width:200px;
}

/*#content .notice div ul li {
  list-style-type: none;
  margin-left: 0;
}*/
