/* CSS Document */

body 
{
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#intro 
{ 
  background-image: url('http://www.satellite3.com/assets_flash/intro.jpg');
  position: absolute;
  height: 369px;
  width: 800px;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  margin-top: -185px;
  visibility: visible
}

#thx_en
{
  background-image: url('http://www.satellite3.com/assets_flash/thanks_en.jpg');
  position: absolute;
  height: 369px;
  width: 800px;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  margin-top: -185px;
  visibility: visible
}

#thx_jp
{
  background-image: url('http://www.satellite3.com/assets_flash/thanks_jp.jpg');
  position: absolute;
  height: 369px;
  width: 800px;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -185px;
  visibility: visible
}

#menu a 
{
  position: absolute;
  height: 33px;
  width: 145px;
  left:191px;
  text-decoration: none;
}

#menu a i 
{ 
  visibility: hidden;
}

a#en 
{ 
  top: 173px; 
}

a#jp 
{ 
  top: 209px; 
}

a#back_en
{
  width: 190px;
  top: 201px;
  left: 200px;
}

a#back_jp
{
  width: 392px;
  top: 203px;
  left: 5px;
}
