
/* the overlayed element */
#overlay {
	display:none;
	background-image:url(images/newswhite.png);
	width:640px;		
	padding:35px;
	font-size:11px;
}

#overlay div.close {
	background-image:url(images/newsclose.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
