body{
	height: 100%;
	width: 100%;
}

div.javascript{
	display:block;
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 1999; 
	background-color: #000000;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
	overflow: ;
}

div.javascript2{
	display: inline;
	width: 99.8%; 
	height: auto; 
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 2001; 
	border: 1px; 
	border-color: #000000;
	border-style: solid;
	background-color: lightyellow;
	text-align: left;
	overflow: hidden;
	text
}
div.javascript2 a{font-size: 10pt; font-style: italic; color: blue; text-decoration: underline;}

