#footer {
margin: 0;
padding: 0;
margin-top: 50px;
padding-bottom: 5px;
}
#footer .row {
background-color: #efefef;
width: 978px;
margin: auto;  
padding-top: 5px;
}
#footer ul {
background-color: #fff;
height: 20px;
list-style: none;
margin: 0;
padding: 0;
}
#footer li {
float: left;
margin-top: 5px;
padding: 0 5px;
border-right: 1px solid #333;
height: 12px;
font: 10px verdana;
}
#footer li.first {
padding-left: 0;
}
#footer li.last {
border-right: 0;
}
#footer li a {
display: block;
border-bottom: 1px dotted #666;
text-decoration: none;
color: #666;
}
#footer li a:hover {
}
#footer .push {
line-height: 0;
font-size: 1px;
clear: both;
}
