
body{
  
  background: url(Layer-1.png) ;
}

#wrapper {
clear:both;
margin:0 auto;
width:980px;
}

/* You named this layer button1_link_center */
#Layer-2 {
  position: absolute;
  left: 3%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 2;
}

/* You named this layer button1_linkover_center */
#Layer-3 {
  position: absolute;
  left: 3%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 3;
}

/* You named this layer button2_link_center */
#Layer-4 {
  position: absolute;
  left: 22%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 4;
}

/* You named this layer button2_linkover_center */
#Layer-5 {
  position: absolute;
  left: 22%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 5;
}

/* You named this layer button5_link_center */
#Layer-10 {
  position: absolute;
  left: 41%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 6;
}

/* You named this layer button5_linkover_center */
#Layer-11 {
  position: absolute;
  left: 41%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 7;
}

/* You named this layer button3_link_center */
#Layer-6 {
  position: absolute;
  left: 60%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 8;
}

/* You named this layer button3_linkover_center */
#Layer-7 {
  position: absolute;
  left: 60%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 9;
}

/* You named this layer button4_link_center */
#Layer-8 {
  position: absolute;
  left: 79%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 10;
}

/* You named this layer button4_linkover_center */
#Layer-9 {
  position: absolute;
  left: 79%;
  top: 27%;
  width: 250px;
  height: 375px;
  z-index: 11;
}

a { cursor: pointer; }
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
 
}


