<!--
#welcome_overlay{
  display:none;
  background-color: #000000;
  height: 100%;
  left: 0px;
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
  opacity: 0.5; 
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}
#welcome{
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 2px solid #cccccc;
  padding:10px;
  z-index: 101;
  width: 280px;
  text-align: center;
}
#welcome h3{
	display: block;
	font-size: 1em;
	float: left;
	width: 50px;
	margin: 0;
}
#welcome a.x{
	border: 1px solid #cccccc;
	padding: 3px;
	line-height: 6px;
	display: block;
	float: right;
	width: 15px;
	height: 10px;
	color: #999999;
	text-decoration: none;
}
#welcome a.x:hover{
	background: #cccccc;
	color: #ffffff;
	text-decoration: none;
}
#welcome a.close{
	border: 1px solid #333333;
	padding: 0 3px;
	color: #333333;
	text-decoration: none;
}
#welcome a.close:hover{
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}
-->
