body {
	background: url(images/background.gif);
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	color: #000;
	text-align: center;
}

.comic {
	position: static;
	width: 591px;
	padding: 1px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	font-size: x-small;
	color: #000;
}
.updates {
	position: static;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	width: 585px;
	padding: 2px;
	background-color: #FFF;
	text-align: left;
	}
.heading {
	color: #048204;
	padding: 2px;
	background-color: #FFF;
	font-weight: bold;
	top: -9px;
	left: -9px;
	position: relative;
	border: 1px solid #000;
	text-align: left;
}
a, a:link a:visited a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.nav {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #FFF;
	border: none;
	width: 200px;
	height: 40px;
}

	