.middle_upper {
   position: relative;
   top: 0px;
   height: 205px;
   width: 950px;
   left: 0px;
}

.leftupper {
   position: absolute;
   left: 0px;
   width: 456px;
   padding-top: 0px;
   height: 205px;
   text-align: center;
   font-size: 1em;
}

.leftupper_info {
   position: relative;
   left: 0px;
   top: 20px;
}

.rightupper {
   position: absolute;
   left: 494px;
   width: 456px;
   top: 0px;
   height: 205px;
}

.middle_bottom {
   position: relative;
   top: 10px;
   height: 205px;
   width: 950px;
   left: 0px;
}

.leftbottom {
   position: absolute;
   left: 0px;
   width: 456px;
   top: 0px;
   height: 205px;
}

.rightbottom {
   position: absolute;
   left: 494px;
   width: 456px;
   top: 0px;
   height: 205px;
}