@charset "utf-8";
#comic_page {
	width: 700px;
	height: auto;
	z-index: 1;
	display: block;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
}
#comic_credits_sonic {
	width: 640px;
	z-index: 2;
	height: 90px;
	margin-left: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 5px;
	background-image: url(images/comics/comic_bg_sonic.gif);
	background-repeat: no-repeat;
}
#comic_index {
	width: 60px;
	z-index: 2;
	height: 250px;
	position: absolute;
	margin-top: 15px;
}
#comic_credits_tails {
	width: 640px;
	z-index: 2;
	height: 90px;
	margin-left: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 5px;
	background-image: url(images/comics/comic_bg_tails.gif);
	background-repeat: no-repeat;
}
#comic_credits_amy {
	width: 640px;
	z-index: 2;
	height: 90px;
	margin-left: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 5px;
	background-image: url(images/comics/comic_bg_amy.gif);
	background-repeat: no-repeat;
}
#comic_credits_chaotix {
	width: 640px;
	z-index: 2;
	height: 90px;
	margin-left: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 5px;
	background-image: url(images/comics/comic_bg_chaotix.gif);
	background-repeat: no-repeat;
}
#comic_index_tails {
	width: 60px;
	z-index: 2;
	height: 186px;
	position: absolute;
	margin-top: 15px;
}
#comic_index_chaotix {
	width: 60px;
	z-index: 2;
	height: 186px;
	position: absolute;
	margin-top: 15px;
}
#comic_index_amy {
	width: 60px;
	z-index: 2;
	height: 186px;
	position: absolute;
	margin-top: 15px;
}
#comic_index_wrap {
	width: 60px;
	z-index: 2;
	height: 265px;
	position: absolute;
	margin-left: 850px;
}
#comic_index.fixed {
	z-index: 2;
	position: fixed;
	top: 0px;
}
#comic_index_tails.fixed {
	z-index: 2;
	position: fixed;
	top: 0px;
}
#comic_index_chaotix.fixed {
	z-index: 2;
	position: fixed;
	top: 0px;
}
#comic_index_amy.fixed {
	z-index: 2;
	position: fixed;
	top: 0px;
}
