
/* 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: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

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

#text_1 {
  z-index: 10;
  position: absolute;
  top: 71px;
  left: 55px;
  width: 190px;
  height: 65px;
  display: none;
}

#text_2 {
  z-index: 10;
  position: absolute;
  top: 150px;
  left: 59px;
  width: 182px;
  height: 30px;
  display: none;
}

#text_3 {
  z-index: 10;
  position: absolute;
  top: 127px;
  left: 42px;
  width: 214px;
  height: 33px;
  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: 300px;
  height: 250px;
  background-color: #1A3864;
  display: none;
}

#button_1 {
  z-index: 10;
  position: absolute;
  top: 187px;
  left: 65px;
  width: 171px;
  height: 50px;
  display: none;  
}

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






