body{
  background:#ffffff;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
}

#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/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;
}


.logo{
  width: 449px;
  height: 81px;
  padding: 0;
  margin: 25px auto 0 140px;
  overflow: hidden;
}

.headerMenu{
  width: 452px;
  height: 27px;
  padding: 0;
  margin: 15px auto 0 auto;
}

.headerMenu ul{
  list-style-type: none;
  width: 451px;
  height: auto;
	display:inline;
}

.headerMenu li{
  list-style-type: none;
  float: left;
}


.comic{
  width: 626px;
  float: left;
  margin: 5px 0 0 25px;
  display: inline;
}


.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.jpg");
  background-repeat: no-repeat;
}

a.archive:hover{
  background-position: -123px 0;
}

.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: 35px auto 0 auto;
}

.footerMenu ul{
  list-style-type: none;
  width: 451px;
  height: auto;
	display: inline;
}.footerMenu li{
  list-style-type: none;
  float: left;
}

.copyright{
  width: 384px;
  height: 12px;
  padding: 5px 0 0 0;
  margin: 0 auto 0 auto;
	display: inline;
}


a.topFirst{
  display: block;
  width: 105px;
  height: 27px;
  text-decoration: none;
  background: url("images/btn_top_first.jpg");
}

a.topFirst:hover{
  background-position: -105px 0;
}

a.topPrev{
  display: block;
  width: 153px;
  height: 27px;
  text-decoration: none;
  background: url("images/btn_top_prev.jpg");
}

a.topPrev:hover{
  background-position: -153px 0;
}

a.topNext{
  display: block;
  width: 84px;
  height: 27px;
  text-decoration: none;
  background: url("images/btn_top_next.jpg");
}

a.topNext:hover{
  background-position: -84px 0;
}

a.topLatest{
  display: block;
  width: 109px;
  height: 27px;
  text-decoration: none;
  background: url("images/btn_top_latest.jpg");
}

a.topLatest:hover{
  background-position: -109px 0;
}

a.bottomFirst{
  display: block;
  width: 105px;
  height: 27px;
  text-decoration: none;
  background: url("images/btn_bottom_first.jpg");
}

a.bottomFirst:hover{
  background-position: -105px 0;
}

a.bottomPrev{
  display: block;
  width: 153px;
  height: 27px;
  text-decoration: none;
  background: url("images/btn_bottom_prev.jpg");
}

a.bottomPrev:hover{
  background-position: -153px 0;
}

a.bottomNext{
  display: block;
  width: 84px;
  height: 27px;
  text-decoration: none;
  background: url("images/btn_bottom_next.jpg");
}

a.bottomNext:hover{
  background-position: -84px 0;
}

a.bottomLatest{
  display: block;
  width: 109px;
  height: 27px;
  text-decoration: none;
  background: url("images/btn_bottom_latest.jpg");
}

a.bottomLatest:hover{
  background-position: -109px 0;
}
