html
{
max-height:100%;
overflow:hidden;
}
body
{
font-family:Arial;
background:#fff url('Loading.gif') no-repeat center center;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width:100%;
height:100%;
}
#infoBar
{
background-color:#fe730c;
color:#000;
font-size:12px;
height:20px;
width:100%;
}
#info
{
display: inline;
float:left;
width:auto;
}
#pnlOptions
{
color:#000;
float:right;
display:inline;
width:auto;
}