div.logo {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
}
div.logo h1 {
  font-size: 1em;
  color: white;
  position: absolute;
  top: 0px;
  right: 5px;
  text-align: right;
  z-index: 10
}
div.bg_left {
  background: white;
  width: 50%;
  position: absolute;
  height: 200px;
  left: 0px;
}
div.bg_right {
  background: black;
  width: 50%;
  position: absolute;
  height: 200px;
  left: 50%;
}
img.bg-logo {
  width: 100%;
  height: 200px;
}
div.left {
  background: url(logo/left.jpg) no-repeat;
  width: 167px;
  height: 200px;
  position: absolute;
}
div.center {
  background: url(logo/center.jpg) no-repeat;
  width: 228px;
  height: 200px;
  position: absolute;
  left: 40%;
}
div.right {
  background: url(logo/right.jpg) no-repeat;
  width: 180px;
  height: 200px;
  position: absolute;
  right: 0;
}