.skip-to-content 
{ 
	text-align: left; 
	background: url("/sc_images/sliver/core-header-bg.jpg") no-repeat scroll left top transparent;
}
.skip-to-content a 
{ 
	position: absolute; 
	left: -10000px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
}
.skip-to-content a:focus, .skip-to-content a:active 
{ 
	position: static; 
	left: 0; 
	width: auto; 
	height: auto; 
	overflow: visible; 
	text-decoration: underline; 
	color: white;
	font-weight: bold;
}