
/* 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: 160px;
  height: 600px;
  overflow: hidden;
}

#image_1 {
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 600px;
}

#image_2 {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 600px;
}

#text_1 {
  z-index: 10;
  position: absolute;
  top: 230px;
  left: 19px;
  width: 124px;
  height: 45px;
  display: none;
}

#text_2 {
  z-index: 10;
  position: absolute;
  top: 283px;
  left: 19px;
  width: 124px;
  height: 22px;
  display: none;
}

#text_3 {
  z-index: 10;
  position: absolute;
  top: 230px;
  left: 17px;
  width: 125px;
  height: 85px;
  display: none;
}

#border_1 {
  z-index: 12;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 1px;
  display: block;
  background-color: #FFFFFF;  
}

#border_2 {
  z-index: 12;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 600px;
  display: block;
  background-color: #FFFFFF;  
}

#border_3 {
  z-index: 12;
  position: absolute;
  top: 0px;
  left: 159px;
  width: 1px;
  height: 600px;
  background-color: #FFFFFF;  
}

#border_4 {
  z-index: 12;
  position: absolute;
  top: 599px;
  left: 0px;
  width: 160px;
  height: 1px;
  display: block;
  background-color: #FFFFFF;  
}

#overlay_1 {
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 600px;
  background-color: #1A3864;
  display: none;
}

#button_1 {
  z-index: 10;
  position: absolute;
  top: 400px;
  left: 5px;
  width: 150px;
  height: 64px;
  display: none;  
}

#logo_1 {
  z-index: 10;
  position: absolute;
  top: 100px;
  left: 10px;
  width: 141px;
  height: 32px;
  display: none;
}






