#Welcome {
	display: none;			    
	position : relative;
	background-repeat: no-repeat;
	background-color: white;
	border: 5px solid #A2004C;
	left: 50%;
	top: 110px;
	margin-left: -315px;
	width: 620px;
}

#Welcome p {	
	margin-top: 40px;
	text-align: center;
}	
#Welcome p img {
	cursor: pointer;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
.Center > #Welcome {
	position: relative;
}		
.jqmOverlay { 
	background-color: #B787A1;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #Welcome {
     position: absolute;
/*    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(3 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/
/*     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + 110 + 'px');)*/
}

