body{
	background: #FFFFFF;
}

#navigation_comic{
	width: 792px;
	_width: 890px;
	height: 782px;
	margin: 10px auto;
	padding: 0;
}
* + html #navigation_comic{width: 890px;}
html>#navigation_comic{width: 890px;}


ul#home{
	list-style: none;
	display: inline
	margin: 0;
	padding: 0;
}
ul#home li{display: block;float: left;padding: 0;margin: 0;}
ul#home li a{display: block;float: left;padding: 0;margin: 0;}


/* ---- Row 1 ----*/
li.home a{
	width: 151px;
	height: 244px;
	background: url(images/homepage/home.jpg) no-repeat;
}
li.home a:hover{
	/* background: url(images/homepage/home_roll.jpg) no-repeat; */
	/* opacity:0.8;filter:alpha(opacity=80); */
}

li.about a{
	width: 181px;
	height: 244px;
	background: url(images/homepage/about.jpg) no-repeat;
}
li.about a:hover{
	/* background: url(images/homepage/about_roll.jpg) no-repeat; */
	/* opacity:0.8;filter:alpha(opacity=80); */
}
li.books a{
	width: 236px;
	height: 244px;
	background: url(images/homepage/books.jpg) no-repeat;
}
li.books a:hover{
	background: url(images/homepage/books_roll.jpg) no-repeat;
	/* opacity:0.8;filter:alpha(opacity=80); */
}
li.work a{
	width: 202px;
	height: 244px;
	background: url(images/homepage/work.jpg) no-repeat;
}
li.work a:hover{
	background: url(images/homepage/work_roll.jpg) no-repeat;
	/* opacity:0.8;filter:alpha(opacity=80); */
}
/* ---- Row 2 ----*/
li.dtwof a{
	width: 290px;
	height: 251px;
	background: url(images/homepage/dtwof.jpg) no-repeat;
}
li.dtwof a:hover{
	background: url(images/homepage/dtwof_roll.jpg) no-repeat;
	/* opacity:0.8;filter:alpha(opacity=80); */
}
li.blog a{
	width: 222px;
	height: 251px;
	background: url(images/homepage/blog.jpg) no-repeat;
}
li.blog a:hover{
	background: url(images/homepage/blog_roll.jpg) no-repeat;
	/* opacity:0.8;filter:alpha(opacity=80); */
}
li.events a{
	width: 256px;
	height: 251px;
	background: url(images/homepage/events.jpg) no-repeat;
}
li.events a:hover{
	background: url(images/homepage/events_roll.jpg) no-repeat;
	/* opacity:0.8;filter:alpha(opacity=80); */
}

/* ---- Row 3 ----*/
li.news a{
	width: 258px;
	height: 254px;
	background: url(images/homepage/news.jpg) no-repeat;
}
li.news a:hover{
	background: url(images/homepage/news_roll.jpg) no-repeat;
	/* opacity:0.8;filter:alpha(opacity=80); */
}
li.artforsale a{
	width: 321px;
	height: 254px;
	background: url(images/homepage/artforsale.jpg) no-repeat;
}
li.artforsale a:hover{
	background: url(images/homepage/artforsale_roll.jpg) no-repeat;
	/* opacity:0.8;filter:alpha(opacity=80); */
}
li.contact a{
	width: 191px;
	height: 254px;
	background: url(images/homepage/contact.jpg) no-repeat;
}
li.contact a:hover{
	/* background: url(images/homepage/contact_roll.jpg) no-repeat; */
	/* opacity:0.8;filter:alpha(opacity=80); */
}

.preload{display: none;}
