html{
	padding:0;
	margin:0;
	background:url('images/background.png');
	height:100%;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:url('images/topbackground.png') top repeat-x;
	min-height:100%;
	min-width:1144px;
}
a{
	color: #6a4f6d;
}
a:visited {
	color: #ba748d;
}
a:hover {
	color: #ba748d;
}
a:focus {
	outline: none;
}
#textwrap{
	padding:20px;
}
#wrapper{
	width:1144px;
	margin: 0 auto;
}
#header{
	width:1144px;
	height:251px;
	background:url('images/header.png');
	position:relative;
	z-index:20;
}
#logo{
	width:380px;
	height:95px;
	position:absolute;
	display:block;
	top:20px;
}
#snakehead{
	width:219px;
	height:68px;
	background:url('images/snakehead.png');
	position:absolute;
	display:block;
	top:119px;
	left:-12px;
}
#snakehead:hover{
	background-position:0px -68px;
}
#menu{
	position:absolute;
	top:187px;
	height:55px;
	width:430px;
	left:45px;
}
#menu a{
	float:left;
	display:block;
	height:55px;
}
#about{
	width:85px;
}
#cast{
	width:80px;
}
#archive{
	width:85px;
}
#extras{
	width:85px;
}
#store{
	width:85px;
}
#leaderboard{
	width:728px;
	height:90px;
	left:416px;
	position:absolute;
	top:31px;
}
#midwrap{
	top:-20px;
	clear:both;
	width:1144px;
	position:relative;
}
#leftside{
	width:850px;
	float:left;
}
#comicwrap{
	border:2px solid #522852;
	border-radius:8px;
	background:#fff;
	padding-bottom:43px;
	padding-top:23px;
	width:850px;
	-moz-box-shadow: 3px 3px 4px #6a5a99;
	-webkit-box-shadow: 3px 3px 4px #6a5a99;
	box-shadow: 3px 3px 4px #6a5a99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#6a5a99')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#6a5a99');
}
#ibar{
	width:467px;
	position:absolute;
	height:49px;
	background:#EB6173;
	top:155px;
	right:0px;
}
#cc-comicbody{
	width:850px;
	text-align:center;
}
.nav{
	width:700px;
	margin: 0 auto;
	height:55px;
	margin-top:10px;
}
.nav a{
	display:block;
	float:left;
	height:55px;
}
.first{
	width:90px;
	background:url('images/first.png');
}
.prev{
	width:72px;
	background:url('images/prev.png');
}	
.next{
	width:69px;
	background:url('images/next.png');
	margin-left:388px;
}
.last{
	width:81px;
	background:url('images/last.png');
}
.firstdis{
	height:55px;
	width:162px;
	float:left;
}
#newswrap{
	width:750px;
	padding:15px;
	background:#fff;
	border-radius:8px;
	float:left;
	margin-bottom:30px;
}
#topnav{
	width:97px;
	float:right;
	margin-top:-38px;
	margin-right:10px;
	height:31px;
	position:relative;
}
#topnav .nav{
	height:31px;
	width:97px;
	margin: 0px;
}
#topnav .prev, #topnav .next{
	width:41px;
	height:31px;
	margin:0;
	position:relative;
	z-index:50;
}
#topnav .first, #topnav .last{
	width:0px;
}
#topnav .prev{
	background:url('images/topprev.png');
}
#topnav .next{
	background:url('images/topnext.png');
	margin-left:15px;
}
#rightside{
	width:200px;
	margin-left:50px;
	float:left;
	margin-top:-23px;
}
#socialmedia{
	width:147px;
	height:79px;
	margin: 0 auto;
}
#socialmedia a{
	float:left;
	display:block;
	width:49px;
	height:79px;
}
#tumblr{
	background:url('images/smtumblr.png');
}
#twitter{
	background:url('images/smtwitter.png');
}
#rss{
	background:url('images/smrss.png');
}
#righttower{
	width:160px;
	padding:12px;
	border-radius:8px;
	background:#fff;
	margin: 0 auto;
}
#smallad{
	width:160px;
	height:347px;
}
#tower{
	width:160px;
	height:600px;
	margin-top:10px;
}
#hiveworks{
	width:200px;
	height:98px;
	background:url('images/hivelogo.png');
	display:block;
	margin-top:10px;
}
#bottomwrap{
	width:1144px;
	clear:both;
	margin-top:16px;
}
#boxad{
	width:300px;
	height:250px;
	background:#fff;
	float:right;
	margin-bottom:30px;
}
#footer{
	width:700px;
	margin: 0 auto;
	clear:both;
	text-align:center;
	padding-bottom:20px;
}