/**
 * Page header style sheet
 */

#footer {
    background-image: url('../images/shadow.bg.middle.gif');
    background-repeat: repeat-x;
    background-position: top;
    display: inline-block;
    position: relative;
    width: 40%;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 30%;
    padding-right: 30%;
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: normal;
    text-align: center; 
    font-size: 10px;
    white-space: normal;
}
