body{
	background:url('http://www.cuttimecomic.com/images/bg.jpg');
	padding:0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
	width:1100px;
	margin: 0 auto;
	position:relative;
}
#header{
	width:1100px;
	height:237px;
	background:url('http://www.cuttimecomic.com/images/header.png');
	position:relative;
	z-index:20;
}
#logo{
	position:absolute;
	width:470px;
	height:217px;
	top:20px;
}
#menu{
	width:630px;
	height:50px;
	top:150px;
	right:0;
	position:absolute;
}
#leaderboard{
	width:728px;
	top:15px;
	height:90px;
	right:10px;
	background:#ccc;
	position:absolute;
}
#menu a{
	height:50px;
	float:left;
	display:block;
}
#home{
	width:100px;
}
#about{
	width:90px;
}
#archive{
	width:110px;
}
#characters{
	width:145px;
}
#credits{
	width:100px;
}
#store{
	width:80px;
}
#comicleft{
	width:700px;
	background:#fff;
	float:left;
	margin-left:70px;
	margin-top:-30px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	padding:40px 30px 20px 30px;
}
.cc-nav{
	width:382px;
	height:75px;
	margin: 0 auto;
	padding-top:20px;
}
.cc-nav a{
	height:75px;
	display:block;
	float:left;
}
.firstdis{
	width:191px;
	height:75px;
	float:left;
}
.cc-first{
	width:87px;
	background:url('http://www.cuttimecomic.com/images/first.png');
}
.cc-prev{
	width:104px;
	background:url('http://www.cuttimecomic.com/images/prev.png');
}
.cc-next{
	width:117px;
	background:url('http://www.cuttimecomic.com/images/next.png');
}
.cc-last{
	width:74px;
	background:url('http://www.cuttimecomic.com/images/last.png');
}
#comicright{
	float:right;
	width:186px;
	margin-right:50px;
	margin-top:-30px;
	position:relative;
	z-index:40;
}
#tower{
	padding:4px;
	background:#ffb500;
	border:9px solid #622b31;
	width:160px;
	height:600px;
}
#rightlinks{
	width:186px;
	margin-top:16px;
	height:560px;
	background:url('http://www.cuttimecomic.com/images/rightlinks.png');
}
#rightlinks a{
	display:block;
	float:left;
}
#hiveworks{
	width:186px;
	height:200px;
}
#tumblr,#twitter,#deviantart,#rss{
	width:93px;
	height:87px;
	margin-top:14px;
}
#patreon{
	margin-top:13px;
	width:186px;
	height:145px;
}
#bottomarea{
	width:100%;
	background:#622b31;
	min-width:1100px;
}
#ibar{
	padding:20px 0px;
	width:1008px;
	margin-left:6px;
}
#bottomwrap{
	width:1000px;
	padding:0px 50px;
	margin: 0 auto;
}
#bottomleft{
	width:300px;
	float:left;
	padding-bottom:30px;
	margin-left:20px;
}
#boxad{
	width:300px;
	height:250px;
	background:#ccc;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
}
#bottomright{
	width:600px;
	padding:30px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	background:#fff;
	float:right;
}
a{
	text-decoration:none;
	color:#622b31;
}