@charset "utf-8";
/* -- Home Page Style Sheet */
#categories {
	text-align: center;
	background: url(/images/backgrounds/book-left-home.png) no-repeat;
}

#navigation {
	background: url(/images/backgrounds/nav-home.png);
}

* html #categories {
	background: url(/images/backgrounds/book-left-home-ie.png) no-repeat;
}

* html #navigation {
	background: url(/images/backgrounds/nav-home-ie.png);
}