﻿div.logo a{
    background-image : url(../images/home-logo.gif);
    width:430px;
    height:55px;
}

#investor .enter a.bg, #consumer .enter a.bg, #prospect .enter a.bg, #international .enter a.bg
{
    position:absolute;
    bottom:12px;
    left:104px;
    width:72px;
    height:25px;
    cursor:pointer;
    background-position:top left;
    background-repeat:no-repeat;
    text-indent:-2000px;
    padding:0px;
}

#investor .enter a.bg
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/en-CA/images/home-btn-investor-enter.png', sizingMethod='crop');
}
#investor .enter a.bg[class]
{
    background:url(../images/home-btn-investor-enter.png) no-repeat top left;
}

#consumer .enter a.bg
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/en-CA/images/home-btn-consumer-enter.png', sizingMethod='crop');
}
#consumer .enter a.bg[class]
{
    background:url(../images/home-btn-consumer-enter.png) no-repeat top left;
}

#prospect .enter a.bg
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/en-CA/images/home-btn-prospect-enter.png', sizingMethod='crop');
}
#prospect .enter a.bg[class]
{
    background:url(../images/home-btn-prospect-enter.png) no-repeat top left;
}

#international .enter a.bg
{
    position:absolute;
    bottom:9px;
    left:144px;
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/en-CA/images/home-btn-international-enter.png', sizingMethod='crop');
}
#international .enter a.bg[class]
{
    background:url(../images/home-btn-international-enter.png) top left no-repeat;
}
