html, body { 

}

#flash_seegne_credit_conteneur{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%; 	
	width:100%;	
	background-color:#000000;
	border: #ffffff 0px solid;
	filter: alpha(opacity=60);  
	-moz-opacity: 0.6;  
	opacity: 0.6;
}

#flash_seegne{
    position: absolute;
	width:510px; 
	height:388px; 
	padding:0px;
	left:50%;
    margin-left: -255px; 
    top:50%;
    margin-top: -189px;
	border: #999999 0px solid;
}

#flash_seegne_credit_top{
	position: absolute;
	top: 0px;
	left: 0px;
	height:21px;
	width:100%;
	background: #ffffff url("http://www.seegne.com/inc/credits/background.gif") repeat;	
}

#flash_seegne_credit_top .img_close{
    position: relative;
	height:15px;
	top: 3px;
	width:70px;
	border:0px;
	float: right;
	margin-right: 5px;
}

#flash_seegne_credit_top .img_logo{
    position: relative;
	height:21px;
	width:106px;
	top: 0px;	
	border:0px;
	float: left;
	margin-left: 5px;	
}


