
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: 5.5%;
  top: 27%;
  width: 300px;
  height: 450px;
  z-index: 2;
}

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

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

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

/* You named this layer button3_link_center */
#Layer-6 {
  position: absolute;
  left: 49.5%;
  top: 27%;
  width: 300px;
  height: 450px;
  z-index: 6;
}

/* You named this layer button3_linkover_center */
#Layer-7 {
  position: absolute;
  left: 49.5%;
  top: 27%;
  width: 300px;
  height: 450px;
  z-index: 7;
}

/* You named this layer button4_link_center */
#Layer-8 {
  position: absolute;
  left: 71.5%;
  top: 27%;
  width: 300px;
  height: 450px;
  z-index: 8;
}

/* You named this layer button4_linkover_center */
#Layer-9 {
  position: absolute;
  left: 71.5%;
  top: 27%;
  width: 300px;
  height: 450px;
  z-index: 9;
}

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

