#footer
{
    position: fixed;
    background: url("../../images/footer_bg.png") repeat-x;
    width: 100%;
    height: 62px;
    bottom:0;
    z-index: 10;
}

#footer a:hover
{
text-decoration: underline;
}



#footer_main
{
    position: relative;
    width: 864px;
    margin: 0px auto;
}

#footer_up
{
    font-size: 75%;
    color: white;
    height: 18px;
    padding-top:6px;
    
}


#footer_left{
    float:left;
    height:100%;
    margin:0;
    padding:0;
    
}

#footer_left ul
{
list-style-type: none;
margin: 0px;
}

#footer_left ul li
{
position: relative;
display: inline;
float: left;
}

#footer_left ul li a
{
display: block;
padding-right: 30px;
text-decoration: none;
color: white;
font-weight: bold;
}


#footer_right {
    float:right;
    padding:0px;
    height:100%;
    color: white;
}

#footer_right a{
    color:white;
    font-weight:bolder;
}


#footer_down
{
color: white;
font-size: 75%;
padding-top: 15px;
}

#footer_down a:link,
#footer_down a:visited
{
    color:white;
    text-decoration: none;
}

#footer_down a:hover,
#footer_down a:active
{
    color: #9999ff;
    text-decoration: underline;
}

