/**************/
/* footer row */
/**************/

#footer
{
	display: block;
	width: 992px;
	height: 20px;
	padding: 0;	
	margin: 10px 0 0 0;
	color: rgb(255,255,255);
	text-align: center;
}

*html #footer
{
}

#footer a
{
	color: rgb(255,255,255);
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}


