<!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: 100%;

	}

     #main_page{
      
        height: 510px;
        width: 600px;
        margin-top: 10px; 
        align: center;
        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: 130px;
        padding: 4px;
        margin-top: 0px;
        margin-left: 0px;

        background: black;
        font-family: Verdana;
        font-size: 8pt;
        color:white;
        text-align: right;
        text-valign: top;
        }

    #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;
        height: 450px;
        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;
        }

     a.whitem{
        font-family: Verdana;
        font-size: 9pt;
        color:#ffffff;
        align:right;
        font-weight: bold;
        text-decoration: none;
         }
      a.whitem:hover{
         text-decoration: none;
         color:#c6733b;
         }
      a.whitem:visited{
         text-decoration: none;
         color:#77848f;
         }
      a.whitem:visited:hover{
         text-decoration: none;
         color:#3b6182;
         }
      a.whitem:click{
         text-decoration: none;
         color:#2b2928;
         }


     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;
         }


