body {
  background-color: #aacafb;
}

img {
  border: 0px;
}

table {
/*
  border-color: black;
  border: 1px;
  border-style: outset;
*/
}

div { position:relative; float:left; }

div.minipic {
  width:0px;
  height:0px;
  z-index:50;
  left:500px;
  top:13px;
}
* html div.minipic {
  margin-bottom:-500px;
  top:19px;
}

div.minipic2 {
  width:0px;
  height:0px;
  z-index:10001;
  //left:575px;
  left:550px;
  top:0px;
}
* html div.minipic2 {
  margin-bottom:-500px;
  top:6px;
}

td {
  vertical-align: top;
}

td.topboxlong {
  background-image: url("/images/sidebar2.gif");
  background-repeat: no-repeat;
  width: 200px;
  height: 650px;
  padding: 20px;
  padding-left:10px;
}
* html td.topboxlong {
  width: 240px;
  height: 663px;
}

td.topbox {
  background-image: url("/images/topbox.gif");
  background-repeat: no-repeat;
  width: 190px;
  height: 370px;
  padding: 20px;
  padding-left:15px;
}
* html td.topbox {
  width: 240px;
  height: 373px;
}

td.bottombox {
  background-image: url("/images/bottombox.gif");
  background-repeat: no-repeat;
  width: 190px;
  height: 344px;
  padding: 20px;
  padding-left:20px;
}

td.voteybox {
  background-image: url("/images/votes.gif");
  background-repeat: no-repeat;
  height: 455px;
  padding: 20px;
  padding-left:20px;
}

td.advbox {
  background-image: url("/images/menuadv.gif");
  background-repeat: no-repeat;
  width: 190px;
  height: 200px;
  padding: 20px;
  padding-left:20px;
}

td.comicboxright {
  background-image: url("/images/comicrightside.gif");
  background-repeat: repeat-y;
  width: 23px;
  padding: 0px;
}
td.comicboxleft {
  background-image: url("/images/comicleftside.gif");
  background-repeat: repeat-y;
  width: 14px;
  padding: 0px;
}
td.comicboxcenter {
  background-image: url("/images/comicbackground2.gif");
  background-color: #ffffff;
  background-repeat: repeat-x;
  width: 537px;
  padding: 0px;
}
td.comicboxcenter_blank {
  background-image: url("/images/comicbackground_blank.gif");
  background-repeat: repeat;
  width: 537px;
  padding: 0px;
}
td.comicboxbottom {
  background-image: url("/images/comicbottom.gif");
  background-repeat: repeat-x;
  width: 537px;
  height: 28px;
  padding: 0px;
}

div#page-wrap { width: 310px; padding: 0 5px; margin: 0px auto; }

