html{
	height:100%;
}
body{
	padding:0;
	margin: 0 auto;
	background-image:url("images/bg.png");
	background-attachment:fixed;
	bakground-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
}
#wrapper{
	width:1025px;
	background:#fff;
	margin: 0 auto;
	min-height:100%;
}
#header{
	background:url('images/header.png');
	width:984px;
	height:208px;
	margin: 0 auto;
	position:relative;
}
#logo{
	width:235px;
	height:208px;
	position:absolute;
	top:0px;
}
#menu{
	width:745px;
	height:50px;
	bottom:10px;
	position:absolute;
	right:0px;
}
#leaderboard{
	top:35px;
	right:0px;
	position:absolute;
	width:728px;
	height:90px;
	background:#ccc;
}
#menu a{
	float:left;
	display:block;
	height:50px;
}
#about{
	width:111px;
}
#archive{
	width:121px;
}
#cast{
	width:87px;
}
#patreon{
	width:106px;
}
#news{
	width:96px;
}
#store{
	width:107px;
}
#contact{
	width:114px;
}
.nav{
	height:58px;
	width:344px;
	margin: 0 auto;
}
.nav a{
	height:58px;
	float:left;
	display:block;
}
.first{
	width:77px;
	background:url('images/first.png');
}
.prev{
	background:url('images/prev.png');
	width:58px;
}
.next{
	width:95px;
	background:url('images/next.png');
}
.last{
	width:77px;
	background:url('images/last.png');
}
#cc-comicbody{
	width:900px;
	margin: 0 auto;
	text-align:center;
	padding:10px 0px;
}
#lowerboard{
	width:728px;
	height:90px;
	margin-top:15px;
	background:#ccc;
	margin: 0 auto;
	margin-bottom:15px;
}
#bottomleft{
	width:750px;
	float:left;
	padding:20px;
}
#bottomright{
	width:175px;
	float:right;
	padding:20px;
}
#ibar{
	width:175px;
	height:205px;
	overflow:hidden;
	text-align:left;
	background:#57d8de;
}
#pixiestrip{
	height:195px;
}
#pixiestripbutton{
	float:left;
	margin-top:50px !important;
	left:1px !important;
	width:155px;
	margin-left:10px;
}
#jumptocomicimg{
	left:50px !important;
	position:absolute;
}
#jumptocomicprev{
	left:10px !important;
}
#hiveworks{
	width:175px;
	height:175px;
	background:url('images/hiveworks.png');
	display:block;
}
#tower{
	width:160px;
	height:600px;
	background:#ccc;
	margin: 0 auto;
	margin-top:15px;
}
#pagewrap{
	padding:20px;
}
h2{
	color:#cc3265;
}
a{
	text-decoration:none;
	color:#cc3265;
}
#pagewrap img{
	float:left;
	padding-right:20px;
}