	@font-face {
    font-family: fallout_display;
	src: url(font/fallout_display.ttf);
   }
	body {
	background-color: rgb(89, 83, 79);
	background: url('img/fon.png');
	}
   .block1 { 
    width: 190px; 
	height: 500px;
	background: url('img/menu.png') no-repeat;
    /*background: #607B8B;*/
	padding-top: 0px;
    padding-right: 0px; 
	padding-left: 3px; 
	border-radius: 12px;
    /*border: solid 2px black; */
    float: left;
	position: fixed;
	font-size: 13pt;
   }
   .block2 { 
	letter-spacing: 1px;
	font-family: fallout_display, 'fallout_display', cursive;
	background: url('img/fon.jpg');
	color: #00AB00;
	line-height: 1.4;
    position: absolute;
    left: 210px;
	right: 210px;
    float: left;
	/*background: #000;*/
	margin: 0px 0px 50px 0px;
	/*border: solid 2px black; */
	border-radius: 10px;
	border: 5px solid #000000;
    padding: 15px;
    -moz-border-image: url(img/bord.png) 5 round round;
    -webkit-border-image: url(img/bord.png) 5 round round; 
    -o-border-image: url(img/bord.png) 5 round round;
    border-image: url(img/bord.png) 5 round round;
	}
	font.title { 
	color: #00EE00;
	}
	.block3 { 
	display:none;
    position: fixed;
	left: 60px;
	top: 520px;
	}
	hr {
	border: none; /* Убираем границу для браузера Firefox */
    color: #00AB00; /* Цвет линии для остальных браузеров */
    background-color: #00AB00; /* Цвет линии для браузера Firefox и Opera */
    height: 2px; /* Толщина линии */
	}
   table {
	color: #00AB00;
	font-size: 10pt;
	border: solid 0px black;
	}
   td { 
   vertical-align: top;
   }
   	.column {
	color: #00AB00;
	font-size: 10pt;
	-webkit-columns: 200px 2;
	-moz-columns: 200px 2;
	columns: 200px 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-column-rule: 1px solid #00AB00;
	-moz-column-rule: 1px solid #00AB00;
	column-rule: 1px solid #000000;
	}
	div[id ^= "button-"]
	{
	cursor: pointer;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
	}
	img[id = "button-index"]:hover
	{
	content:url(img/index2.png);
	}
	.but
	{
	cursor: pointer;
	}
	
	
	
	
	
	
/*	.block1:hover {
	opacity: 1; /* Значение прозрачности */
    filter: alpha(Opacity=100); /* Прозрачность в IE */
	} */
	
	