html {
  height: 100%;
}
body {
  background: #223e53;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
  color: #223e53;
}
#wrapper {
  background: url("/images/bg.png");
  min-height: 100%;
  width: 1150px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
}
#header {
  width: 1150px;
  height: 280px;
  background: url("/images/header.png");
  display: block;
  position: relative;
}
#leaderboard {
  width: 728px;
  height: 90px;
  position: absolute;
  top: 78px;
  right: 25px;
}
#menu {
  width: 1190px;
  height: 70px;
  margin-left: -19px;
  margin-top: -10px;
  background: url("/images/menu.png");
  position: relative;
  z-index: 20px;
}
#menu a {
  float: left;
  display: block;
  height: 50px;
  margin-top: 11px;
}
#about {
  width: 150px;
  margin-left: 100px;
}
#cast {
  width: 140px;
}
#archive {
  width: 170px;
}
#links {
  width: 160px;
}
#extras {
  width: 190px;
}
#rss {
  width: 185px;
}
#tower {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.49);
  width: 160px;
  height: 600px;
  background: #ccc;
}
#comicwrap {
  width: 1150px;
  clear: both;
  margin-bottom: 20px;
}
#leftside {
  margin-left: 15px;
  float: left;
  width: 160px;
}
#comicarea {
  width: 700px;
  padding: 15px;
  border-radius: 20px;
  background: #fff;
  float: left;
  margin-left: 20px;
}
#rightside {
  width: 220px;
  float: left;
  margin-left: 5px;
}
#social {
  width: 217px;
  height: 234px;
  background: url("/images/social.png");
}
#social a {
  display: block;
  float: left;
}
#twitter {
  width: 70px;
  height: 70px;
  margin-left: 10px;
}
#tumblr {
  width: 63px;
  height: 70px;
}
#email {
  width: 70px;
  height: 70px;
}
#patreon {
  width: 217px;
  height: 75px;
}
#maricomics {
  width: 217px;
  height: 80px;
}
#hiveworks {
  display: block;
  width: 217px;
  height: 105px;
  background: url("/images/hiveworks.png");
}
.cc-nav {
  width: 438px;
  height: 90px;
  margin: 0 auto;
}
.cc-nav a {
  height: 90px;
  display: block;
  float: left;
}
.cc-first {
  width: 90px;
  background: url("/images/first.png");
}
.cc-prev {
  width: 70px;
  background: url("/images/prev.png");
}
.cc-first-dis {
  float: left;
  width: 160px;
  height: 90px;
}
.cc-navaux {
  width: 126px;
  background: url("/images/navaux.png");
}
.cc-next {
  width: 72px;
  background: url("/images/next.png");
}
.cc-last {
  width: 80px;
  background: url("/images/last.png");
}
#hw-jumpbar {
  width: 855px;
  margin:0 auto;
  clear: both;
}
#newsarea {
  width: 755px;
  padding: 15px;
  margin-left: 15px;
  background: #fff;
  border-radius: 20px;
  clear: both;
  margin-top: 20px;
  float: left;
}
#boxad {
  width: 300px;
  height: 250px;
  background: #fff;
  float: right;
  padding: 10px;
  border-radius: 10px;
  margin-right: 15px;
  margin-top: 20px;
}
#hw-privacy {
  text-align: center;
  padding-top: 20px;
}
#hw-privacy a {
  color: #fff;
  text-decoration: none;
}
