.closeWindow {
	text-align: center;
	width: 40%;
	float: left;
	margin-top: 10px;
}

#comicPage {
	width: 481px;
	height: 400px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
	margin: 0px;
	text-align:center;
}

/*#comicPage {
	width: 481px;
	margin: 20px;
	text-align:center;
	height: 420px;
	position: relative;
}*/

#comicPage .comics {
	color: #FFFFFF;
	width: 48%;
	position: absolute;
	left: 0px;
	font-family: "Comic Sans MS", Sand;
	font-size: 14px;
	top: -15px;
	text-align: left;
	letter-spacing: .1em;
}
#comicPage .page {
	color: #FFFFFF;
	width: 15%;
	position: absolute;
	left: 403px;
	text-align: right;
	font-family: "Comic Sans MS", Sand;
	font-size: 16px;
	top: 4px;
}
#comicPage img{
	clear:both;
	margin-top: 20px;
}
#comicPage .textLeft{
	margin:0px;
	font: bold 16px "Comic Sans MS", Sand;
	width: 30%;
}
#comicPage .textRight{
	margin:0px;
	font: bold 16px "Comic Sans MS", Sand;
	width: 30%;
}
#comicPage h2 {
	background: url(none);
	margin: 0px;
	padding: 0px;
	text-align:left;
	color: #FFFFFF;
}
.bottomNav {
	padding: 0px;
	clear: both;
	width: 400px;
	height: 12px;
	position: absolute;
	left: 40px;
	z-index: 2;
	top: 400px;
	text-align: center;
}
#comicPage .small {
	font-size: 14px;
	margin-bottom: 4px;
	float: right;
}


#comicDiv1 {
	width: 420px;
	margin-top: 50px;
	margin-bottom: 0px;
	height: 160px;
	float: left;
}


.comicDivLeft {
	text-align: center;
	margin: 20px 0px 20px 20px;
	height: 140px;
	width: 40%;
	float: left;
} 
.comicDivRight {
	text-align: center;
	margin: 20px 20px 20px 0px;
	width: 40%;
	height: 140px;
	float: right;
}

.back {
	font: 2em "Comic Sans MS", Sand;
	margin: 0px;
	float: left;
	text-align: left;
	width: 30%;
}
.next {
	font: 2em "Comic Sans MS", Sand;
	float: right;
	margin: 0px;
	text-align: right;
	width: 30%;
}
