body{
  background:#ffffff;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
}

h5{
  font-size: 14;
}

#mainCnt{
  width: 800px;
  margin: 0 auto 0 auto;
}

#header{
  height: 167px;
  width: 800px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  float: left;
  display: inline;
}

#comicCnt{
  background:#ffffff;
  width: 800px;
  background-image: url('images/archive_body.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
	position: relative;
}
       
#footer{
  background: #ffffff;
  height: 90px;
  width: 800px;
  margin: -16px 0 0 0;
  background-image: url('images/footer.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  float: left;
}

#textPara{
  background:#ffffff;
  float: left;
  position: relative;
  clear: both;
  margin: 20px 20px 0 260px;
  font-family: sans-serif;
  font-weight: bold;
  color: #888888;
  font-size:13px;
  display: inline;
  text-align: left;

}

.logo{
  width: 449px;
  height: 81px;
  padding: 0;
  margin: 25px auto 0 140px;
	overflow: hidden;
}


.buttonBar{
  width: 122px;
	height: 10px;
  float: right;
  margin: 0 14px 0 0;
  padding: 0 0 0 0;
  display: inline;
}

.rss{
  width: 122px;
  height: 43px;
  float: right;
  margin: 0 0 0 0;
  padding: 3px 1px 0 0;
  display: inline;
}

a.rss{
  display: block;
  text-decoration: none;
  background: url("images/rss.jpg");
  background-repeat: no-repeat;
}

a.rss:hover{
  background-position: -123px 0;
}

.archive{
  width: 122px;
  height: 43px;
  float: right;
  margin: 0 0 0 0;
  padding: 0 1px 0 0;
  display: inline;
}

a.archive{
  display: block;
  text-decoration: none;
  background: url("images/archive_ghosted.jpg");
  background-repeat: no-repeat;
}

.backEnd{
  width: 122px;
  float: right;
  margin: 0 0 0 0;
  padding: 271px 0 0 0;
  display: inline;
}

a.backEnd{
  display: block;
  text-decoration: none;
  background: url("images/backend.jpg");
  background-repeat: no-repeat;
}
a.backEnd:hover{
  background-position: -123px 0;
}


.footerMenu{
  width: 452px;
  height: 27px;
  padding: 0;
  margin: 62px auto 0 auto;
}



.copyright{
  width: 384px;
  height: 12px;
  padding: 5px 0 0 0;
  margin: 0 auto 0 auto;
	display: inline;
}


