#motdLayer {
	position:absolute; 
	z-index:900;
	width: 400px;
	overflow:auto;
	opacity:0.92;
	border: 1px solid #000;
	background-color: #fff; 
	padding: 20px;
	color: #000;
	font: 10pt arial,sans-serif;
	display: none;
}
#motdLayer a:link, #motdLayer a:visited {
	color: #000;
	text-decoration: none;
}
#motdLayer a:hover, #motdLayer a:active {
	color: #000;
	text-decoration: underline;
}