body {
        font-size: 20pt;
        color: #5E5E5E;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #ffffff;
        margin: 0;
        padding: 0;
        height:100%;
        min-width: 600px;
        min-height: 300px;
}

#sec_left {
	font-size: 26pt;
}

#datetime {
        font-size: 16pt;
}


#layer {
    width: 100%;
    position: absolute; /* Абсолютное позиционирование */
    text-align: center;
    z-index: 2; /* Порядок слоев */
    min-width: 800px;
    min-height: 400px;
}

#table_layer {
    text-align: center;
    min-width: 800px;
    min-height: 400px;
}

table,
tr,
td {
        font-size: 20pt;
        color: #5E5E5E;
        font-family: Arial, Helvetica, sans-serif;
}
  
p {
        margin: 0;
        padding: 0;
} 
   
h1 {
        font-size: 26pt;
        color: #494949;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
     
}  
   
#lightbox
{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:45;
}

#div_image3
{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
  z-index:55;
  cursor: pointer;
  background-image: url('/img/text_backgrnd.png');
}
