#copyright{ 
	float				:	left;
	width				:	512px; 
	height				:	24px; 
	color				:	white; 
	font-size			:	11px; 
	text-align			:	left;
	background-color	:	808080;
}

#mentions{ 
	float				:	right;
	width				:	512px; 
	height				:	24px; 
	color				:	white; 
	font-size			:	11px; 
	text-align			:	right;
	background-color	:	808080;
}

#mentions a {
	text-decoration		:	none;
	color				:	white; 

}

#mentions a:link,#mentions a:visited{
	color				:	white; 
}