
/* BODY */

body {
  background: #FFFFFF;
}
.clear { clear: both; }

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

#stage_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
  overflow: hidden;
}

#image_1 {
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 282px;
  height: 481px;
}

#image_2 {
  z-index: 21;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 439px;
  opacity: 0;	
}

#text_1 {
  z-index: 12;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#text_2 {
  z-index: 13;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#text_3 {
  z-index: 12;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#circle_1 {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#circle_2 {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#circle_3 {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#border_1 {
  z-index: 50;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 1px;
  display: block;
  background-color: #333333;  
}

#border_2 {
  z-index: 50;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 250px;
  display: block;
  background-color: #333333;  
}

#border_3 {
  z-index: 50;
  position: absolute;
  top: 0px;
  left: 299px;
  width: 1px;
  height: 250px;
  background-color: #333333;  
}

#border_4 {
  z-index: 50;
  position: absolute;
  top: 249px;
  left: 0px;
  width: 300px;
  height: 1px;
  display: block;
  background-color: #333333;  
}

#logo_cta {
  z-index: 21;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#cta_0 {
  z-index: 21;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#cta_1 {
  z-index: 22;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
  opacity: 0;
}

