body {
  background-image:url(../images/layout/bodybg3.jpg);
}

#frametable{
  width:800px;
  height:800px;
  top:0%;
}
#framediv{
  width:800px;
  height:800px;
  position:relative;
  top:0%;
  margin-top:0px;
}
#sign{
  width:auto;
  height:auto;
  float:left;
  position:absolute;
  top:425px;
  left:425px;
}

#campaign{
  width:152px;
  height:auto;
  top:80px;
  left:40px;
  text-align:center;
  position:Absolute;
    
}
  #intro_left{
    background-image:url(../images/layout/intro_left.jpg);
    background-repeat:no-repeat;
    width:400px;
    height:893px;
    float:right;
    z-index:900;
  }
  #intro_right{
    background-image:url(../images/layout/intro_right.jpg);
    background-repeat:no-repeat;
    width:400px;
    height:893px;
    float:left;
    z-index:900;
  }
  #left_black{
    width:50%;
    min-height:900px;
    height: auto !important;  
    height: 900px;
    background-color:#000000;
    float:left;
    top:0%;
    left:0%;
    bottom:0%;
    position:absolute;
    z-index:900;
    
  }
  #right_black{
    width:50%;
    min-height:900px;
    height: auto !important;
    height: 900px;
    background-color:#000000;
    float:right;
    top:0%;
    right:0%;
    bottom:0%;
    position:absolute;
    z-index:900;
  }