body { 
    margin: 0;
    padding: 0;
    
    width: 100%;
    height: 100%;
    
    overflow: hidden;
}

html{
    height: 100%;
}

#vancouver_content{
    width: 100%;
    height: 100%;
}

#vancouver_AddThis{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
}

#vancouver_AddThis a.addthis_button img{
    visibility: hidden;
}

#vancouver_liveChat{
    position: absolute;
    
    z-index: 5;
    display: none;
}