  		BODY {
    		background-position: left bottom ;
    		background-repeat: no-repeat;
    		background-attachment: fixed;
    		height: 100%;
    		margin: 0;
        z-index:1;
   		}

		.slovar {
      position: absolute; top: 10px; right: 10px; z-index:1;
		}

   		DIV.menu {
   			font: 105% Tahoma;
   			position: absolute;
   			left: 240px;
   			top: 50px;
			z-index: 2;
   		}

   		A {
   			text-decoration: underlined;
   			color: black;
   		}
   		
   		A:visited {
   			text-decoration: underlined;
   			color: black;
   		}

   		A:hover {
   			color: #4F4F4F;

   		}

        .content {
   			font: 100% Tahoma;   			
   			margin-left: 291px;
   			margin-right: 5px;
   			margin-top: 120px;   			
        }

   		IMG.logo {
   			 float:left;
   			 margin-top: 3px;
         margin-right: 25px;
   		}

   		h1 {
   			font-size:110%;
   		}

   		h2 {
   			font-size:101%;
   		}

   		.zakaz {
   			color: #D70000;
   			font-weight: bold;
   		}
   		
   		.niz {
        top: 10;
        position: relative;
        margin-bottom: 40;
   		}
