body{
	background:url('images/bg.jpg');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#pagewrap{
	width:1088px;
	margin: 0 auto;
}
#leftside{
	width:226px;
	float:left;
}
#leftside a{
	width:226px;
	display:block;
}
#logo{
	height:253px;
	background:url('images/logo.png');
}
#facebook{
	height:50px;
	background:url('images/facebook.png');
}
#tumblr{
	height:47px;
	background:url('images/tumblr.png');
}
#twitter{
	height:46px;
	background:url('images/twitter.png');
}
#rightside{
	width:862px;
	float:right;
}
#leaderboard{
	width:728px;
	height:90px;
	margin: 0 auto;
	background:#fff;
	margin-top:20px;
}
#comicwrap{
	width:800px;
	padding:5px 30px;
	background:url('images/comicbg.png');
	border:1px solid black;
	border-radius:20px;
	margin-top:20px;
	min-height:300px;
}
.nav{
	width:800px;
}
.nav a{
	float:left;
	display:block;
	height: 86px;
}
.first{
	width:114px;
	background:url('images/first.png');
}
.prev{
	width:110px;
	background:url('images/prev.png');
}
.navspace1{
	width:224px;
	float:left;
	height:86px;
}
.navaux{
	width:97px;
	background:url('images/archive.png');
	margin-left:137px;
}
.next{
	width:88px;
	background:url('images/next.png');
	margin-left:137px;
}
.last{
	width:117px;
	background:url('images/last.png');
}
#comicbody{
	min-height:300px;
}
#blogarea{
	margin-top:30px;
	border-radius:20px;
	background:#fff;
	width:800px;
	padding:31px;
	margin-bottom:30px;
}
#newsheader{
	font-size:24px;
	font-weight:bold;
}
.cc-publishtime{
	font-size:11px;
	margin-top:10px;
}
.text{
	margin-top:15px;
}
#cc-comicbody{
	float:left;
	position:static;
}