/*

*/

body {
	margin: 0px 0;
	padding: 0;
	background: #2f00d1 url(images/bg_1.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: navy;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#comic {
	width: 700px;
	height: 922px;
	margin: 0 auto;
	background: url(images/preview_page_4.gif);
	float: none;
}

/* Logo */

#go_back {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	background: url(images/go_back_to_index.gif);
	float: none;
}
#about {
	width: 700px;
	height: 422px;
	margin: 0 auto;
	background: url(images/about_page.gif);
	float: none;
}
#text_row {
	width: 900px;
	height: 65px;
	margin: 0 auto;
	background: url(images/text_rowB.gif);
}
#bottom_row {
	width: 900px;
	height: 905px;
	margin: 0 auto;
	float: none;
	background-color: black;
}
#bottom_left {
	width: 270px;
	height: 905px;
	margin: 0 auto;
	background: url(images/bottom_left_column.gif);
	float: left;
}
#bottom_center {
	width: 600px;
	height: 905px;
	margin: 0 auto;
	background: url(images/mostly_headsB.gif);
	float: left;
}

}
#footer {
	margin: 0;
	padding: 1em 1em 0 0;
	text-align: right;
	font-size: x-small;
}