#container
 {
  position: absolute;
  top: 50%;
  width: 100%;
  overflow: visible;
  padding: 0;
  border: 0;
}

#center
 {
  position: absolute;
  left: 50%;
  width: 780px;
  margin-left: -390px;
  height: 480px;
  top: -240px;
  text-decoration: none;
  padding: 0;
 }

#upperleft
 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 390px;
  height: 68px;
  padding: 0;
  margin: 0;
  border: 0;
 }


#upperright
 {
  position: absolute;
  left: 390px;
  top: 0px;
  width: 390px;
  height: 68px;
  padding: 0;
   margin: 0;
 }
    
#middle
 {
  position: absolute;
  left: 0px;
  top: 68px;
  width: 780px;
  height: 335px;
  padding: 0;
    margin: 0;
 }
  
#lowerleft
 {
  position: absolute;
  left: 0px;
  top: 403px;
  width: 390px;
  height: 77px;
  padding: 0;
    margin: 0;
 }

#lowerright
 {
   padding: 0;
  position: absolute;
  left: 390px;
  top: 403px;
  width: 390px;
  height: 77px;
    margin: 0;
  }
  
img.upperleft
 {
  width: 390px;
  height: 68px;
 }

img.upperright
 {
  width: 390px;
  height: 68px;
 }

img.middle
 {
  cursor: pointer;
  width: 780px;
  height: 335px;
 }
 
img.lowerleft
 {
  width: 390px;
  height: 77px;
 }

img.lowerright
 {
  cursor: pointer;
  width: 390px;
  height: 77px;
 }

img
 {
  border-style: none;
 }