/*------------------------------------------------------------------
Title: Learning Javascript Footer Layout Styles
Author: Henry Lockett 
Date: February 2009


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

#footer h6,p,a,ul {text-align: center; font-weight: bold;}

#footer h6{letter-spacing: 6px; color: #ffffff;}

#footer a {color: #dedede;}
#footer a:hover {color: #ffffff;}

#footer
{
float: middle;
height: 70px;
width: 920px;
margin: 0 auto;
background: url(../images/footer-bg.png) repeat-x;
}

