
/* Center all videos and images in the footer */
.Footer iframe,
.Footer img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}


#Footer {
    text-align: center !important;
}

#Footer p,
#Footer a {
    display: inline-block !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

<div id="Footer">
    <p>
        %%GLOBAL_AllPricesAreInCurrency%%
        Copyright %%GLOBAL_Year%% %%GLOBAL_StoreName%%.
        %%SNIPPET_SitemapLink%%
        %%GLOBAL_MobileSiteLink%%
        %%GLOBAL_PoweredBy%%
    </p>
</div>


