/* imgi layout styles */
/* Targets screens between 480px and 768px */

div.page {
  max-width: 744px; /* change this as you see fit */
  margin: 0 auto; /* this will keep the page centered if we have a width */
}
#main-menu ul.main-menu li.first {
	margin-left: 0.5em;
}