/*------------------------------------------------------------------
Title: Network Me Shop Footer Layout
Author: Henry Lockett 
Date: January 2009

Padding: Top Right Bottom Left
-------------------------------------------------------------------*/



#footer li
{
padding: 0;
display: inline;
list-style-type: none;
}

#footer
{
text-align: center;
height: 100px;
width: 940px;
margin: 0 auto;
padding: 0;
color: #333;
background-color: #dddddd;
background: url(../images/footer-bg.jpg) 0 0 no-repeat;
}

