#wrapV {
	position: absolute;
	top: 450px;
	left: 0;
	width: 100%;
	text-align: center;
}

#wrapH {
	width: 660px;
	margin: 0 auto 0 auto;	
}

#frk {
	font-family: arial;
	font-size: 12px;
	color: #444;
	line-height: 1.5em;
	text-align: left;
}

#frk h1 {
	font-size: 13px;
	color: #555;
}

.frkList {
	margin-top: 20px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 8px 10px;
	color: #555;
}

.frkList a,
.frkList a:link {
	color: #555;
	text-decoration: none;
}

.frkList a:hover {
	text-decoration: underline;
}