
/*footer*/
#footer{
margin-top:0px;
height:130px;
width:100%;
background:url('ui/footer_bg.png') left top repeat-x;
background-color:#000;
}

#footer_content{
width:825px;
margin:0px auto;
color:#CCC;
}

#footer_logo{
width:121px;
height:93px;
left:40px;
top:10px;
}

#footer_logo a span{
position:absolute;
width:0px;
height:0px;
overflow:hidden;
}

#footer_logo a{
background:url('ui/footer_logo.png') left top no-repeat;
behavior: url("function/iepngfix/iepngfix.htc");

display:block;
width:121px;
height:93px;
border:0px;
}


#footer_name{
position:absolute;
background:url('ui/footer_name.png') left top no-repeat;
behavior: url("function/iepngfix/iepngfix.htc");
left:171px;
top:20px;
width:182px;
height:30px;
}

#footer_text{
font-size:0.9em;
position:absolute;
top:35px;
left:171px;
color:#999;
}

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

#footer_text a{
color:#CCC;
text-decoration:underline;
}

#footer_text a:hover{
color:#9C0;
text-decoration:underline;
}

#copy{
color:#FFF;
margin-left:200px;
margin-top:5px;
text-align:right;
font-weight:normal;
}
