#s_wrap_main
{
	width: 95%;
}

#skips
{
	position: relative;
}
ul#skips
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#skips li
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#skips a
{
	color: white;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 100px;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 1000;
}
#skips a:active, #skips a:focus
{
	display: block;
	overflow: visible;
	margin: 0;
	padding: 3px;
	width: auto;
	height: auto;
	border: 1px solid red;
	text-align: center;
	background: #FFF;
	color: red;
}

/* Block Formatting Context */

.SkinContextBlock { overflow: hidden;_overflow:visible; }
