﻿html
{
    height: 100%;
    overflow: auto;
}
body
{
    padding: 0;
    margin: 0;
    height: 100%;
}
#silverlightControlHost
{
    height: 100%;
    text-align: center;
    position: relative;
}
#silverlightControlHost object
{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
}

#upgrade
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #bababa url(SilverlightInstallExperience.jpg) no-repeat scroll 0 0;
    background-position: center;
}

#install, #upgrade
{
    display: block;
    height: 100%;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}


a
{
    text-decoration: none;
}
