body{
    padding: 0;
    margin:0; 
    font-size:100%;
    background-image:url("../i/dark_gray_pattern.png");
}

#shadowbottom{
    height: 4px;
    width: 960px;
    background:url(../i/bottom_golge.png) repeat-x;
    margin: 0 auto;
}

#shadowwrap{
    width:966px;
    background:url(../i/golge_background2.png) repeat-y;
    margin:0 auto;
}

#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;
}