body{
	padding:0;
	margin:0;
	background: #f1f1f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
#wrapper{
	margin: 0 auto;
	width:1050px;
	background: url('images/bg.jpg') no-repeat;
	min-height:808px;
}
.content{
	margin: 0 auto;
	width:950px;
	background:url('images/transparent.png');
}
#comic{
	border: 20px solid #717171;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
#comicbody{
	text-align:center;
}
a{
	color: #717171;
}
.nav{
	height:40px;
	width:240px;
	margin:0 auto;
	padding:0;
}
a.first{
	float:left;
	height:40px;
	width:60px;
	background: url('images/first.png');
	margin:0;
}
a.prev{
	float:left;
	height:40px;
	width:60px;
	margin:0;
	background: url('images/prev.png');
}
a.next{
	float:left;
	height:40px;
	width:60px;
	margin:0;
	background: url('images/next.png');
}
a.last{
	float:left;
	height:40px;
	width:60px;
	margin:0;
	background: url('images/last.png');
}
.navspace{
	float:left;
	height:40px;
	width:120px;
	margin:0;
}
#copyright{
	background: #717171;
	font-size: 10px;
	text-align:center;
	width:929px;
	padding:10px;
	color:#FFFFFF;
}

#newsheader{
	background-image: url('images/bar.png');
	width:929px;
	height: 40px;
	font-weight:bold;
	font-size:30px;
	padding-left: 20px;
	color:#000000;
}

.text{
	background: #ffffff;
	margin:10px;
	padding:20px;
	line-height:22px;
}
#copyright{
	font-size: 10px;
	text-align:center;
	width:930px;
	padding:10px;
	color:#000000;
	margin:0 auto;
	background: none;
}
