
.footerContainer {
	position: absolute;
	bottom: 0px;
	height: 100px;
	background-color:#eeeeee;
	width:950px;
	margin-left: -205px;
	border-top: 1px solid #cccccc;
}

.footer {
	font-size:10px;
	line-height: 12px;
	float: left;
	width: 910px;
	top: 10px;
	margin-left: 20px;
}
.footer p {
	color: #777777;
}
.footer a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}

