@charset "ISO-8859-1";

div#footer
{
  height: 40px;
  background-color:#69C;
  clear: both;
  background-image: url(../images/footerBg.jpg);
  background-repeat: repeat-x;
  color: #fff;
  border: 2px solid #333;
}

#footer ul
{
  list-style-type: none;
  float: left;
}

#footer li
{
  float: left;
  line-height:40px;
  width: 327px;
  text-align: center;
}
