#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2650px;
	background: #000;
	filter: alpha(opacity=50);        
	-moz-opacity: 0.5;                
	opacity: 0.5;
	-khtml-opacity: 0.5;
	z-index: 900;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#window {
	width: 580px;
	left: 50%;
	margin-left: -290px; /* (width/2) */
	height: 2520px;
	top: 50px;
	margin-top: -10px;
	z-index: 901;
	position: absolute;
	background:  url(/elle/img/tlo_1.png) no-repeat;
}

#window  img  {
	margin:-5px 0 0;
}
#window  a img  {
	border:none;
	position:relative;
}

.close-card{
	background:transparent url(../img/a.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:50px;
	left:563px;
	position:relative;
	top:18px;
	width:50px;
}



