﻿ html, body {
	    height: 100%;
	    overflow: auto;
	    color:#fff;
	    background:#000;
    }
    body {
	    padding: 0;
	    margin: 0;
    }
    #silverlightControlHost {
	    height: 100%;
    }
    img
    {
        border:none;}
#downLevel
{
    display:none;
}
#noSilverlight
{
    text-align: center;
    margin-top: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -268px;
    margin-top: -100px;
    width:536px;
    height:200px;
    background-image: url("../Images/noSilverlightBG.gif");
}
#installButton
{
    position:relative;
    top:140px;
    left:90px;
    
    
}
#doubleClick
{
    height:0em;
}
