<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 //EN" "http://www.w3.org/TR/html4/strict.dtd">

html,body{
  	margin:0;
	padding:0;
	background:white;
        behavior:url("csshover.htc"); 
    
       
	}
  /* убираем отступ у тега body */
 /* hover для всех элементов*/
   #body{
  	width: expression(((document.documentElement.clientWidth
  	|| document.body.clientWidth) < 960)?
  	"960px" : "100%");
    
	}
   #main_page{
        position: absolute;
        height: 510px;
        width: 600px;
        margin-top: 10px; 
        margin-left: 200px;
        padding-left: 50px;
        padding: 4px;
        padding-bottom: 8px;
        background: black;
        font-family: Verdana;
        font-size: 10pt;
        color:white;
        text-align: justify;
        }

    #main_page2{
        position: absolute;
        height: 460px;
        width: 250px;
        margin-top: 60px; 
        margin-left: 80px;
      
        padding: 4px;
        padding-bottom: 8px;
        background: black;
        font-family: Verdana;
        font-size: 10pt;
        color:white;
        text-align: justify;
        }

    #main_page_sign{
        position: absolute;
        width: 250px;
        padding: 4px;
        margin-top: 10px;
        margin-left: 78px;
        background: white;
        font-family: Verdana;
        font-size: 8pt;
        color:black;
        text-align: right;
        }

    #main_page_blog{
        width: 245px;
        padding: 4px;
        margin-top: 0px;
       
      
        font-family: Verdana;
        font-size: 8pt;
        color:white;
        text-align: right;
        }


      #img_full{
        position: absolute;
      
        width: 950px;
        margin-top: 10px; 
        margin-left: 20px;
        background: white;
        font-family: Verdana;
        font-size: 10pt;
        color:black;
        text-align: center;
        }

      #right_menu{
        position: absolute;
        width: 80px;
        height: 550px;
        margin-top: 20px; 
        margin-left: 0px;
        padding: 4px;
        padding-bottom: 8px;
        background: black;
        font-family: Verdana;
        font-size: 10pt;
        color:white;
        text-align: justify;
        }

    #btm_copyright{
        position: absolute;
        width: 150px;
        height: 10px;

        margin-left: 6px;
        margin-top: 560px;
        padding: 4px;
        padding-bottom: 8px;
        background: none;
        font-family: Verdana;
        font-size: 8pt;
        color:grey;
        text-align: right;
        }


    a.links{
        font-family: Verdana;
        font-size: 9pt;
        color:#000000;
        align:right;
        font-weight: bold;
        text-decoration: none;
         }
      a.links:hover{
         text-decoration: none;
         color:#c6733b;
         }
      a.links:visited{
         text-decoration: none;
         color:#77848f;
         }
      a.links:visited:hover{
         text-decoration: none;
         color:#3b6182;
         }
      a.links:click{
         text-decoration: none;
         color:#2b2928;
         }

     a.grey_link{
        font-family: Verdana;
        font-size: 9pt;
        color:grey;
        align:right;
        font-weight: bold;
        text-decoration: none;
         }
      a.grey_link:hover{
         text-decoration: none;
         color:#656b88;
         }
      a.grey_link:visited{
         text-decoration: none;
         color:#b2918b;
         }
      a.grey_link:visited:hover{
         text-decoration: none;
         color:#c98d81;
         }
      a.grey_link:click{
         text-decoration: none;
         color:#2b2928;
         }


        a.tt
          {
          text-decoration: none;
          }
        a.tt span
          {
          display:none;

          }
        a.tt:hover
          {
          position:relative;
          z-index:23;
          }
        a.tt:hover span
          {
          display:block;
          position:absolute;
          top:15px;
          left:40px;
          z-index:22;
          background:#eefcff;
          margin-left: -50px;
          font-family: verdana; 
          font-size: 9pt; 
          color: #026994;
          font-weight: normal;
          padding: 6px;
          }

       a.tt2
          {
          text-decoration: none;
          }
        a.tt2 span
          {
          display:none;

          }
        a.tt2:hover
          {
          position:relative;
          z-index:23;
          }
        a.tt2:hover span
          {
          display:block;
          position:absolute;
          top:5px;
          left:40px;
          z-index:22;
          background:#eefcff;
          margin-left: -50px;
          font-family: verdana; 
          font-size: 9pt; 
          color: #026994;
          font-weight: normal;
          padding: 6px;
          }


