*{margin:0;padding:0;}
body
{
	text-align:center;
	font-family:Courier New, Courier, monospace;
}
#header
{
	display:block;
	width:100%;
	background:#000000;
}
#header img
{
	display:block;
	margin:0 auto;
}

.comic-page
{
	display:block;
	margin:0 auto;
}

#page-nav
{
	margin-bottom:30px;
}

#page-nav ul li
{
	display:inline;
}

#site-nav
{
	display:block;
	width:100%;
	background:#000000;
}

#site-nav ul li
{
	display:inline;
}

.divshadow
{
	display:block;
	width:100%;
	height:10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#about
{
	color:#ccc;
	background:#000;
	text-align:center;
	font-weight: bold;
}

#about p
{
	margin:20px auto;
}

#about a
{
	color:#ccc;
}

#aboutInner
{
	width:800px;
	margin:0px auto;
	padding:30px;
}

#chapterlist
{
	background:#000;
	padding:50px 0px;
}