/* 
    Document   : footer
    Created on : 2010-1-8, 11:27:28
    Author     : kembo06
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.footer{
background-image:url(/images/musicstory/side.jpg);
background-repeat:repeat-y;
height:105px;
width:1022px;
margin: 0 auto;
text-align:center;
}
.footer-top{
    background-color:#F6F6F6;
    text-align:center;
    height:25px;
    width:990px;
    padding-top:8px;
    float:left;
    width:970px;
    margin-bottom:20px;
    border-top:1px solid #CCCCCC;
}
.footer-top2{
    
    height:0px;
    margin-top:8px;
    float:left;
    width:970px;
}
.footer a{
    color:#333333;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
}
.footer p{
    color:#666666;
    font-weight:bold;
    font-size:12px;
}
.footer .right{
    float:left;
    width:280px;
    padding-top:25px;
    color:#666666;
    text-align:right;
}

.footer .middle{
   float:left;width:332px;padding-top:6px
}
.footer .left{
  float:left;
  width:330px;
  text-align:left;
}
.footer .note{
    font-family:"Arial";
     font-weight:bold;
     padding-left:12px
}
.footer .chinese{
     font-weight:bold;
     padding-left:12px
}
.footer .sub-footer{
   padding-left:35px;
}