/**************/
/* footer row */
/**************/
#footer
{
	text-align: center;
	padding: 0;
	/* background-color: #121c21; */
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-top: 0px solid;
	color: #FFFFFF;
	overflow: visible;
	width: 1000px;
	height: 50px;
	margin:0 auto 0 auto 0;
	font-size: 0.74em;
	line-height: 20px;
}

#footer a
{
	color: #FFFFFF;
}
