div#footer {
	float: left;
	margin-top: 16px;
	margin-bottom: 12px;
	width: 100%;
	text-align: center;
}

div#footer p {
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 10px;
	color: #ffffff;
}

div#footer p a {
	letter-spacing: -0.5px;
	color: #ffffff;
	text-decoration: underline;
}

div#footer p.links a {
	letter-spacing: -0.5px;
	padding-left: 5px;
	border-left: 1px solid;
	color: #ffffff;
	text-decoration: underline;
}

div#footer p.links a.first {
	padding-left: 5px;
	border-left: 0px;
}

div#footer p a:hover {
	text-decoration: none;
}