@charset "utf-8";
/* CSS Document */
/*footer changes for the new Adult Swim requirement-add to server side CSS*/
/*all pages except admin/wild, edit/wild*/
.footer_left {
    float: left;
    width: 440px!important;
}
#logo_footer {
    background: url("/sites/default/themes/bulletproof/images/logos/hdr_logo_footer287x51.gif") no-repeat scroll left top transparent;
    border-right: 1px solid black;
    float: left;
    height: 51px;
    margin: 0 5px 0 0;
    padding-right:4px;
    width: 273px!important;
}
#copyright_info {
    font-size: 8pt;
}
.footer_right {
    float: right;
    width: 570px!important;
}