body {
}
#coverPage {
	width: 648px;
	height: 850px;
	background-color: none;
	margin: -15px auto 0;
	position: relative;
}
#coverTopEdge {
	width: 648px;
	height: 22px;
	background-image: url(../images/cover_top_edge.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
#coverLeftEdge { /*Make wider to hide top error*/
	width: 26px;
	height: 790px;
	background-image: url(../images/cover_left_edge_sm-size.jpg);
	background-repeat: repeat-y;
	position: absolute;
	top: 16px;
	left: 0;
}
#coverRightEdge { /*Make 1px wider to hide top & left error*/
	width: 48px;
	height: 790px;
	background-image: url(../images/cover_right_edge_sm-size.png);
	background-repeat: repeat-y;
	position: absolute;
	top: 16px;
	right: 0;
}
#coverBottomEdge {
	width: 648px;
	height: 44px;
	background-image: url(../images/cover_bottom_edge.png);
	position: absolute;
	bottom: 1px;
	left: 0;
}
#coverHeader {
	margin-bottom: 10px;
	width: 630px;
	height: 200px;
	background-color: none;
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}
#titleImg {
	width: 416px;
	height: 190px;
	margin-left: 15px;
	margin-top: 10px;
}
#logoEtc {
	background-image: url(../images/comic_top-left.jpg);
	position:absolute;
	width: 175px;
	height: 180px;
	z-index: 100;
	bottom: 0px;
	left: 10px;
}
#coverTitle{
	width: 430px;
	height: 180px;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 50;
	
}
#navBar {
	width: 630px;
	height: 58px;
	margin-top: 18px;
	background-color: none;
	background-image:url(../images/cover_navbar.png);
	z-index: 50;
	position: absolute;
	top: 200px;
	left: 0;
}
#NEW {
	background-image: url(../images/NEW2.png);
	background-repeat: no-repeat;
	overflow: visible;
	position:absolute;
	width: 180px;
	height: 126px;
	z-index: 70;
	top: 200px;
	left: 8px;
}
a #NEW:hover {
	background-image: url(../images/NEW2_hvr.png);
	overflow: visible;
	width: 200px;
	height: 140px;
	position: absolute;
	top: 200px;
	left: 8px;
}
#coverContent {
	width: 576px;
	height: 790px;
	background-color: #E8D427;
	z-index: 10;
	position: absolute;
	top: 16px;
	left: 26px;
	overflow: hidden;
}
.coverFeatureImg {
	float: left;
	margin-top: 4px;
}
#barcode {
	background-image: url(../images/barcode2.jpg);
	position:absolute;
	width: 100px;
	height: 163px;
	z-index: 70;
	bottom: 54px;
	left: 26px;
	border: solid 2px #000;
}
#coverFooter {
	width: 575px;
	height: 70px;
	background-color: #4864D6;
	background-image: url(../images/cover_footer.jpg);
	z-index: 50;
	position: absolute;
	bottom: 54px;
	left: 26px;
}

/*1C31-w0w0v5vy*/