
#page #footer
{
   width: 920px;
   
   margin: 0 auto 20px auto;
   
   padding: 5px 0;
   
   background: #fff;
   
   border-top: 2px solid #d64109;
   
   clear: both;
}
   #page #footer #license
   {
      float: right;
   }

   #page #footer #footmenu li
   {
      border-left: 1px solid #000;
   }
     
   #page #footer #footmenu li a
   {
      color: #000;
      font-weight: bolder;
      text-decoration: none;
   }

   

