﻿/* Full Window */

html,body,form
{
    height: 100%;
}

#FullWindow_div
{
    min-width:960px;
    min-height:613px;
    
    width:100%;
    height:100%;
}

object, element.embed
{
    min-width:960px;
    min-height:613px;
}