#module1 { 
	padding:5px;
	background-color: black;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 500; 

	filter:alpha(opacity=65);   /* Internet Explorer       */
	-moz-opacity:0.65;           /* Mozilla 1.6 and below   */
	opacity: 0.65;               /* newer Mozilla and CSS-3 */
}  

#module2 a
{
	color: #00FFAA;
}

#module2 { 
	padding:5px;
	
	width: 100%;
	height: 100%;
	
	text-align: center;
	vertical-align: middle;
	
	color: white;
	
	position: absolute;
	z-index: 501; 
}  


#topright_menu
{
	position: absolute;
	top: 18px;
	left: 500px;
}
	
#login
{
	position: absolute;
	top: 38px;
	left: 500px;
	width: 300px;
}

.message {

	border: 2px red dashed;
	background-color: pink;
	padding: 4px;
	size: 16px;
}