ul#footernav {
margin: 0px;
padding: 0px;
width: 924px;
height: 40px;
list-style: none;
padding: 0 60px;
text-align: center;
}
ul#footernav > li {
display: inline-block;
position: relative;
margin-left: 68px;
color: #fff;
}
ul#footernav > li > a {
text-transform: uppercase;
font-size: 85%;
display: block;
padding: 12px 0;
}
ul#footernav > li:first-child {
margin-left: 0;
}
ul#footernav a {
display: block;
color: #fff;
text-decoration: none;
}
ul#footernav a:hover {
text-decoration: underline;
}
div#footer {
width: 1000px;
background-color: #fff;
height: 50px;
margin: auto;
}
