div.footer {
	width: 100em;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
	background-color: #9B9B9B;
	text-align: right;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div.footer p {
	padding: .1em 1em .1em 1em;
	color: #CCCCCC;
	font-size: 1.1em;
}
div.footer a {
	color: #CCCCCC;
	text-decoration: none;
}

