#pagerouter{
   position:absolute;
   left:250px;
   bottom:0;
   padding: 0;
   list-style: none;
   border-top:1px solid #ac8f5a;
   width:497px;
   text-align: center;
   font-size:90%;
}
#pagerouter li{
   padding:0;
   margin:0;
   display: inline;  
}

#pagerouter a img{
   padding-right:3px;	
}

#pagerouter a,
#pagerouter a:link,
#pagerouter a:visited {
   color : #ac8f5a;
   margin: 0;
   padding: 0 15px;
   font-weight : normal;
   text-decoration : none;
   background-color:inherit;
}

#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active{
   color: #0070bc;
   background-color:inherit;
}