﻿html,body 
{ 
 height: 100%; 
 margin: 0px; 
 padding: 0px; 
}
  
div.Wraper
{
 position         : relative; 
 width            : 100%; 
 height           : 100%;
 border           : 1px solid #ccc;
// background-image : url("BackGround.jpg");
 background-size  : cover;
}

div.Box
{
 position   : absolute;
 text-align : center;
 font-family: sans-serif;
}

div.Live
{
 left       : 3px; 
 top        : 3px; 
 right      : 3px;
 height     : 130px; 
// border     : 1px solid #F00;
}

div.Calendar
{
 left       : 3px; 
 top        : 135px; 
 bottom     : 3px; 
 width      : 230px;
// border     : 1px solid #F00;
}

div.Chart
{
 top        : 135px; 
 left       : 235px; 
 right      : 3px; 
 bottom     : 3px;
// border     : 1px solid #F00;
}

div.Loader
{
 width      : 100%;
 height     : 100%;
 z-index    : 1;
}

select.Options
{
 width      : 100%;
}