

#filter
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:900px;
	
	z-index:10;
	/*opacity:0.1;
	filter: alpha(opacity=10);
	background-color: #000000;*/
}



#box 
{
	display: none;
	position: absolute;
	top: 250px;
	left: 50%;
	width: 850px;
	height: auto;
	padding: 48px;
	margin:0;
	margin-left: -480px;
	border: 4px solid #ffffff;
	background-color: #716b6b;
	z-index:auto;
	overflow:none;
	
}


	#box img a{border:0px;}
	
	
	
#boxtitle
{
	float:left;
	width:800px;
	height:20px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:3px solid #cccccc;
	color:white;
	text-align:center;
}




img{border:0px;}

