﻿/******************* work in IE7 and FF3 *************************/
html, body, form
{
    height: 100%;    
    background-color: #c7d9f1;
    /*overflow: auto;*/
    overflow: hidden; /* IE 8 shows always the scrollbar */
    /*background-image: url(/Pics/bgInstallExperience.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: relative;*/
}
body
{
    padding: 0;
    margin: 0;
}

#silverlightControlHost
{
    height: 100%;
}

#SLInstallFallback
{
    width:900px;    
    height:100%;
    background-image: url(/Pics/bgInstallExperience.jpg);
    background-repeat: no-repeat;    
    background-position: top left;
    
}

#InstallSliverlight
{
  /* position: relative;     top: 180px;     left: 340px;*/
    position: relative;     top: 115px;     left: 240px;
}

#SwitchLang
{
   /*position: relative;     top: 30px;     left: 750px;    */
   position: relative;     top: 50px;     left: 510px;  
}

a:link, a:visited
{
    text-decoration: none;
    color:#0560A6;
}
a:hover, a:active
{
    text-decoration: underline;
}

