@charset "UTF-8";
body {
	margin: 0;
	background-color:#000000;
}
#footer  {
	width: 850px; /*defined the width*/
	height: 112px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:100;
	text-align: center;
	padding-top: 0px;
	color: #666;
	background-color:none;
} 
.foot  p  {
	width: 850px; /*defined the width*/
	height: 112px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:100;
	text-align: center;
	color: #66ccff;
	background-color:#000000;
}
.foot a:link {
	font-size: 10px;
	font-weight:100;
	color: #66ccff;
	text-decoration: none;
}
.foot a:visited {
	font-size: 10px;
	font-weight:100;
	color: #66ccff;
	text-decoration: none;
}
.foot a:hover {
	font-size: 10px;
	font-weight: 100;
	color: #666600;
	text-decoration: none;
}

