﻿/*
    This is special css for sliverlight object
    
*/

html, body
{
        height : 100% ;
        margin : 0;
        padding : 0;            
}

#silverlightControlHost {
    height: 100%;
}
    
div#footer {
    position : fixed;
    bottom : 0 ;
    z-index : 10;
}
div#header 
{
    z-index : 10;
}
    
