body {
  background: none;
  text-align: left;
}

#top-nav,
#left-menu,
#site-container #footer,
#tibus-strapline {
  display: none;
}

#site-outer-container {
  background: #fff;
  text-align: left;
}
#site-container {
  background: #fff;
}

/* HEADER */
#site-container #header {
  background: none;
  height: 0;
}
#site-container #header h1 {
  display: block;
}

/* MAIN CONTENT */
#site-container #main-content-container #main-content {
  width: 100%;
}

#homepage-container {
  background: #fff;
  padding: 0px;
  width: 100%;
}