/****************************************************************************
 *  /themes/default/css/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 $
 *  
****************************************************************************/

/*************** styles *************/

#footer {
  line-height: 1.5em;
  width: 760px;
  font-size: 9px; 
  color: #ffffff;
  text-align: center; 
  margin: 0px ; 
  clear: both;
  bottom: 10px;
  background: #666666;
  border-top: 0px solid #666666;
}

#footer a { color: #ffffff ;}

