#sopa_ribbon{
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	cursor:pointer;	
}

#sopa_ribbon:hover, 
#sopa_ribbon:focus{
	background-color:transparent !important;
	text-decoration:none !important;	
	
}
/* if there is an admin bar, it will push the banner down. if there is not, this rule will be ignored*/
.admin-bar #sopa_ribbon{
	top:28px;
}