
/*-------------------------------------------------------------- Graphic base
*/

.Graphic div.Main-Box-Header {
  background: url('./images/graphic_header.jpg') no-repeat left top;
}

.Graphic h2 {
  display: none;
}

/*-------------------------------------------------------------- Graphic box
*/

.Graphic-Box {
  background: url('./images/graphic_box_top.jpg') no-repeat center top;
  width: 696px;
  margin: 0 auto;
  overflow: hidden;
}

.Graphic-Box-In {
  background: url('./images/graphic_box_bottom.jpg') no-repeat center bottom;
  width: 696px;
  padding: 32px 0;
  overflow: hidden;
}

.Graphic-Box-In .Border {
  background: url('images/graphic_box_border.jpg') no-repeat center top;
  width: 696px;
  height: 8px;
  overflow: hidden;
}

