/* Layer
----------------------------------------------- */

#header h1{ z-index:100;}

#Layer
{  position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
 display:none;
 
 background-color:#fff;
	/*filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;*/
  
  background-image:url(/hp3image/_slice/world_background.gif); background-repeat:repeat-x; background-position: 0 100px;
 
}
 
  /* ie6 hack */ 
 
* html #Layer {    position: absolute;     /*height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');*/}


#Layer_text
{
  position: absolute;
  display:none;
  z-index: 1004;
  width:994px;
 top:70px;
 
 /*left:center*/;

}

#Layer_text strong {color:#0065a4; font-size:160%; font-weight:bold; padding-left:30px; }
#Layer_text strong span{ display:inline; padding:0 0 0 0; color:#54b7c6;}

#Layer_websites{padding:10px 0 10px 30px;}

#Layer_websites table tr td{ color:#555; font-size:75%; font-weight:bold; border-left:1px solid #54b7c6; padding:0 0 0 10px; }

#Layer_websites table tr td table{ margin-top:5px;}
#Layer_websites table tr td table tr td{ color:#555; font-size:100%; padding:0 0 0 0;  font-weight:normal; border:none;}
#Layer_websites table tr td table tr td a{color:#0065a4; font-weight:bold; text-decoration:none;}

#Layer_text_closer
{ background-image:url(/hp3image/_slice/footer.jpg); background-position:top center; background-repeat:no-repeat;
padding-top:35px; text-align:right; padding-right:30px; margin-top:20px;}
#Layer_text_closer a {text-decoration:none; color:#54b7c6; font-size:90%; font-weight:bold; }
#Layer_text_closer a span{ display:inline; padding:0 0 0 0; color:#0065a4;}

