
/* small screen ~768px                                         */
/* for non_responsive_style, escape only surrounding brackets  */
@media all and (min-width: 48em) {
  #sidebarClose { float: left; width: 24%; height: 100%; }
  #maincontent { float: left; width: 76%; }
  #pageContent, #pageIndexContent {
    background-image: url("../images/georges-labo-column-back.jpg");
		background-repeat: repeat-y;
		background-position: left top;

	}
}
