@charset "UTF-8";
/* CSS Document */

   /*
  /////////////////////////////////////////////////////////
 // FOOTER ///////////////////////////////////////////////
/////////////////////////////////////////////////////////
*/

#footerContent {
	display:block;
	width:768px;
	height:75px;
	background-image:url(images/siteBackground_footerContent.jpg);
	background-repeat:no-repeat;
}
#footerPusher {
	display:block;
	height:24px;
}

#footerContent a {
	text-decoration: none;
}

#footerContent a:link { 
	color:#666666;
}

#footerContent a:visited {
	color:#666666;
}

#footerContent a:hover {
	color:#990000;
}