#footer_inside_box{
    margin : 5px;
}
#footer {
    border-width : 0px;
    background-color : #FFFFFF;
    border-color : #333333;
    border-style : none;
    text-align : center;
    color : #555555;
    width : 952px;
    padding: 1px;
    overflow : visible;
    font-family : sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;          
    margin-top: 20px;
}
#footer a:link {
    color: #555555;
    text-decoration:none;
}
#footer a:visited {
    color:#555555;
    text-decoration:none;    
}
#footer a:hover {
    text-decoration:underline;    
    color: #222222;
}
#footer a:active {
    color: #222222;
    text-decoration:underline;
}