/****************************************************************************
 *  /themes/default/en_footer.css
 *  -------------------------------------------------------------------------
 *  application   : QuestCMS
 *  begin         : September 27, 2004
 *  copyright     : (C) 2005 Questwork Consulting Limited
 *  email         : support@questwork.com              
 *  
 *  $_id: v 0.1 2004/10/06 11:47:00 don Exp $
 *  
****************************************************************************/

#footer {
  line-height: 2.5em;
  font-size: 9px; 
  color: #ff9900;
  text-align: center; 
  margin: 0px ; 
  clear: both;
  bottom: 10px;
  border: 0px solid #ff9900;
}
#footer a{
  font-size: 9px; 
  color: #ff9900;
}


