@charset "utf-8";
/* CSS Document */
#footer {
	color: #000;
	font-size:.8333em;
	margin-top: 10px;
	overflow: auto;
}

#footer a{
	color: #000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#globalFooterLinks{
	float:right;
	display:inline-block;	
}

div#globalFooterLinks a.atSymbol{
	position:relative; 
	top: 5px;
}

#opraLink{
	float:left;	
	clear:left;
	margin: 0px 0px 5px 0px;
}

#footerLinks{
	float:left;	
	clear:left;	
	line-height: 1.5em;
}

#copyRight{
	float:left;
	clear:left;	
	line-height: 1.5em;	
}