#header {
  background: #000; 
  height: 135px;
  border-bottom: 1px solid pink;
}
            
font.footer {font-family: Tahoma, Geneva, sans-serif;color: #ffffff;font-size: 10px;font-weight: normal;}
a.footer {font-family: Tahoma, Geneva, sans-serif;color: #ffffff;font-size: 10px;font-weight: normal;text-decoration: none; border: 0;}
a.footer:hover {font-family: Tahoma, Geneva, sans-serif;color: #d8bc75;font-size: 10px;font-weight: normal;text-decoration: none;}

#footer_left {
    float: left;
  width: 470px;
  /*position:absolute;*/
  margin-left: 20px;
    margin-top: 12px;
    text-align: left;
    
}

#footer_right {
float: right;
  width: 280px;
    /*position: relative;*/
  margin-right: 20px;
  margin-top: 12px;
  text-align: right;
}

.footer {
    position: relative;
    width: 916px;
    margin: 0 auto;
    height: 36px;
    background-color: #000000;
}
            