  html, body {margin:0px;  }
   html,body{height:100%;}
   /* #main{height:100%;min-height:100%;margin-bottom:-1.5em;}
    #content_text{height:100%;min-height:100%;}
    html>body #main{height:auto;}*/
     
        body{ 
            background-color: rgb(210,255,255);        
        }   
        
       #main {width: 100%; 
                   height:100%;
                    border-collapse: collapse;
                /*  border-color:yellow;*/
                    }
        #center_table{
                width: 100%; 
                height:100%;
                border-collapse: collapse;
        }
        td {padding: 0px;}
        td.top {
            background-image:url('../img/top_bg.jpg');/* url(mountOne.png);*/
            height:200px; 
            max-height:200px;
             
            }
        .top_table{
            width:100%;
            background-image: url('../img/mountOne2.gif' ) ; 
            background-repeat: no-repeat; 
            background-position: bottom left;
          
        }
        td.adsl {
            width: 128px; 
            padding-right: 8px;
         /*   padding-top: 200px;         */
            background-image: url('../img/fireBtubeL.jpg') ;
            background-repeat: repeat-y; 
            background-position: right;
        }
        td.adsR {width: 128px;
            padding-left: 8px; 
            padding-top: 200px;
            background-image: url('../img/fireBtubeR.jpg');
            background-repeat: repeat-y;
        }
        td.text {
            width:100%; 
        /*   height:100%;  */
            padding: 20px;
            background-image: url('../img/blue_fon.png');
        }
        
        .small_text{ 
            color: rgb(0,102,0); 
            font-size: 11pt;
        
        }
        .small_text:hover{ 
            color: black; font-size: 11pt;        
        }       
       a{
            text-decoration: none;
            color: #c63c3c;
        }
 

