body {
	background-color: #00CC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

a img {
	border: 0;
}

div#outer_div {
	background-image: url(images/body_background.jpg);
	width: 700px;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 20px;
}

div#page_title {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 7px;
}

div.description {
	width: 650px;
	background-color: #FFCC66;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	outline: 1px solid #000000;
}

div.read_comic_pic {
	width: 223px;
	height: 104px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.read_comic_outline_pic {
	width: 215px;
	height: 98px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.open_itunes {
	width: 223px;
	height: 104px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}

/*** Comic Life Layout ***************************************************/

.comicbook ul { /* Hide from visual browsers */
    position: absolute;
    top: 0px;
    visibility: hidden;
}