@import url("main.css");

body {
  background: white;
}

#container {
  border: none;
  width: 100%;
  }

#container #footer {
  display: none;
}

.item_top {
  display: none;
}
  
.item_bot {
  display: none;
}
  
.item_mid {
  background: white;
  padding: 10px 10px 10px 50px;
  color: black;
  }