#footer { 
	position: absolute;
	border: 0px solid #000000;
	width: 500px;
	left: 250px;
	bottom: 2px;
}

#bigfooter { 
	position: relative;
	border: 0px solid #000000;
	width: 500px;
	left: 250px;
	/*padding-top: 20px;*/
	/*margin-top: 55px; */
	/*bottom: 2px; */
}

.item	{
	display: inline;
	font-family: Verdana, Arial sans serif;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	/*word-spacing: 10px;*/
	color: black;
	}

a	{
	color: black;
	text-decoration:none;
	}

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


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


a:hover {
	color: black;
	background-color: red;
	}

a:active {
	text-decoration:none;
	color:#000000;
	}
