@charset "UTF-8";
#footer  {
	width: 650px; /*defined the width*/
	height: 112px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:100;
	text-align: center;
	border-top: 1px solid #333333;
	color: #666666;
	background-color:#000000;
} 
.foot  p  {
	width: 925px; /*defined the width*/
	height: 112px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:100;
	text-align: center;
	color: #999999;
	background-color:#000000;
}
.foot a:link {
	font-size: 9px;
	font-weight:100;
	color: #999999;
	text-decoration: none;
}
.foot a:visited {
	font-size: 9px;
	font-weight:100;
	color: #999999;
	text-decoration: none;
}
.foot a:hover {
	font-size: 9px;
	font-weight: 100;
	color: #69889C;
	text-decoration: none;
}
