/* Centre the home page. */
html#lemdo_index div#mainContainer {
  margin-left: auto;
  margin-right: auto;
}

/* Make the splash image nice and big. */
figure#lemdo_indexHomeSplash > img {
  width: 80%;
}

/*  Hide the tools aside and tab, since we don't 
 *  need them for LEMDO. */
li#tabNavTools, div#asideTools {
  display: none;
}

/*# sourceMappingURL=lemdo.css.map */
