
#CompanyLogo,#CompanyLogoHolder
{
    background-color: #494949;
    background-image: -webkit-linear-gradient(top,#5e5e5e 0%,#343434 100%);
    background-image: -ms-linear-gradient(top,#5e5e5e 0%,#343434 100%);
    background-image: -moz-linear-gradient(center top,#5e5e5e 0%,#161616 100%);
    background-image: linear-gradient(top,#5e5e5e 0%,#343434 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#343434',GradientType=0 );/* IE6-9 */
}
