@import url(basic.css);

body {
  color: black;
}

div#head, div#right, div#foot {
  display: none;
}

div#left {
  width: auto;
  float: none;
}

div#left-in {
  padding: 0;
}
