body {
background-color: black;
}

div.body_container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  
  color: white;
}

div.body_top {
  background-image: url('darkcity.jpg');
  background-repeat: repeat-x;
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}
div.body_zindex_0 {
  background-image: url('main_bluebackground.jpg');
  width: 100%;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div.body_zindex_1 {
  background-image: url('d13logo_darkcity.gif');
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

div.body_zindex_2 {
  background-image: url('blue_background_bottom.jpg');
  background-repeat: repeat-x;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

div.body_zindex_3 {
  background-image: url('D13_group_pose.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.content_container_base {
  background-image: url('main_bluebackground.jpg');
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

div.content_container_top {
  background-image: url('content_bluepanel_top.jpg');
  background-position: center center;
  width: 100%;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
}

div.content {
  width: 560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div.content_container_middle {
  background-image: url('content_bluepanel_middle.jpg');
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

div.content_container_bottom {
  background-image: url('content_bluepanel_bottom.jpg');
  background-position: center center;
  width: 100%;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
}

font.smallprint {
  font-size: small;
}