div.articleContainer
{
	border-style: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: left top;
	width: 746px;
	height: 577px;
	position: absolute;
	z-index: 0;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

div.articleContent
{
	position: absolute;
	top: 40px; 
	right: 30px; 
	width:575px; 
	height: 500px;
	padding: 5px; 
}

div#contentBackground
{
	background-color: white;
	filter:alpha(opacity=50);
	-moz-opacity:.50;opacity:.50;
	z-index: 1;
}

div#contentForeground
{
	background-color: transparent;
	filter:alpha(opacity=100);
	-moz-opacity:1;opacity:1;
	overflow: auto;
	z-index: 2;
	
}