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

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

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

#text_1 {
  z-index: 10;
  position: absolute;
  top: 25px;
  left: 105px;
  width: 63px;
  height: 20px;
  display: none;
}

#text_2 {
  z-index: 10;
  position: absolute;
  top: 60px;
  left: 105px;
  width: 117px;
  height: 20px;
  display: none;
}

#text_3 {
  z-index: 10;
  position: absolute;
  top: 25px;
  left: 220px;
  width: 91px;
  height: 21px;
  display: none;
}

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

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

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

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

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

#button_1 {
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 560px;
  width: 160px;
  height: 600px;
  display: none;
}

#logo_1 {
  z-index: 10;
  position: absolute;
  top: 34px;
  left: 25px;
  width: 170px;
  height: 39px;
  display: none;
}









