.footer
{
	position: absolute;
	left: 250px;
	z-index: 100;
	top: 781px;
	width: 453px;
	font-family: "Times New Roman", Times, serif;
	height: 50;
	
}

.footer li
{
	width: 140px;
	float: left;
	color: #CCC;
	text-align: center;
}

.footer a
{
	border: 0px solid #888;
	background-color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	cursor: default;
	margin: 0px 2px;
	display: block;
	height: 20px;
	color: #FFF;
}

.footer a:hover
{
	background-color: #333;
	cursor: pointer;
}
.copyright
{
	position: absolute;
	left: 732px;
	z-index: 100;
	top: 782px;
	width: 318px;
	font-family: "Times New Roman", Times, serif;
	height: 50px;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	visibility: visible;
}
