﻿/*****************************
Hide bg images, navigations and footer
*****************************/
body
{
    background: #fff !important;
    margin-bottom: 81px;
    text-align: center;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #948f85;  
    font-size:10px !important;  
}

#ContainSite
{
    background: #fff no-repeat top center;
}

#NavBar
{
    display: none;
}

#Footer
{
    display: none;
}

#Utility
{
    display: none;
}

#MyAccountBar
{
    display: none;
}

#SocialChargesLinks
{
    display: none;
}

.Button
{
    display: none !important;
}
