#base {
  clear : both;
  background : #000000;
  border-top: 1px solid #343434;
  width : 995px;
  height: 20px;
  margin : 0px;
}

#base p {
  text-align : center;
  margin : 6px;
  font-size : 85%;
  line-height : normal;
  color : #999999;
}

#base a:link {
  color : #666666; 
  text-decoration : none;
}

#base a:visited	{
  color : #666666; 
  text-decoration : none;
}

#base a:hover {
  color : #666666; 
  text-decoration : underline;
}

#base p.left
{
	float:left;
	color:#b0b0b0;
}

#base p.right
{
	margin: 0px 0px 0px 700px;
}
