﻿#fixed > footer a {
	color:#369;
}
#fixed > footer a:hover {
	color:#fff;
	text-decoration:none;
}

#fixed > footer {
	clear:both;
	width:100%;
	font-family:Verdana, Geneva, Sans-Serif;
}
#fixed > footer p {
	padding:10px;
	margin:0;
}

#footerlinks {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	position:relative;
}

#footerlinks ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	right:50%;
}
#footerlinks ul li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:0px;
}
#footerlinks ul li a {
	display:block;
	margin:0;
	text-decoration:none;
}
