.spreader {
	height: 420px;
}

#frk {
	position: absolute;
	top: 1140px;
	left: 235px;
	width: 560px;
	border-top: 1px solid #ccc;
	color: #000;
	font-size: 11px;
	padding: 10px 0;
}

/* Starhack IE6 */
* html .spreader {
  height: 500px;
}

/* Starhack IE7 */
*+html .spreader {
  height: 500px;
}

#frk h1 {
	color: #000;
	font-size: 14px;
}

#frk h4 {
	color: #000;
	font-size: 11px;
}

.frkList {
	text-align: center;
	font-size: 11px;
	color: #666;
	margin: 50px 0 -20px 0;
	border-top: 1px solid #ccc;
	padding: 8px 10px 0 10px;
}

.frkList a,
.frkList a:link {
	color: #666;
	text-decoration: none;
}

.frkList a:hover {
	color: #ce0d0d;
	text-decoration: underline;
}