body {
	background: #CCC;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#comicBody {
	width: 880px;
	display: block;
	margin: 100px auto;
}

#comic {
	width: 780px;
	height: 320px;
	float: left;
}

.arrow {
	float: left;
	width: 50px;
	height: 320px;
	display: block;
}


#mainComicImage {
	width: 780px;
	height: 320px;
}

#visits {
	display: block;
	position: absolute;
	width: 100px;
	height: 40px;
	right: 0px;
	bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}

#copy {
	clear: both;
	width: 775px;
	display: block;
	margin: 20px auto;
	text-align: right;
}

#copy span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}

#dudes {
	clear: both;
	width: 450px;
	display: block;
	margin: 20px auto;
	text-align: center;
}

.dude {
	display: block;
	width: 150px;
	float: left;
	
}

.dude span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#666;
}
