   .logo {
	text-align: center;
	margin-top: 15%;
   }
   
	#hltv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1000;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	}
	.fon {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: -1000;
	background: url(images/fon.png);
	
	}
	.back {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: -1000;
	background: url(images/back.jpg);
	background-position: center;
	
	}
	.buttons {
		text-align: center;
		margin-top: -2%;
	}
	.buttons img  {
    margin-right: 100px;
	margin-left: 100px;
   }
   .gal {
	left: 22%;
	top: 2%;
	width: 1000px;
	position: relative;
   }
  
	.image.first,.image.second {
	
	margin:0;
	padding:0;
	}

	.image.first {
	opacity:1px;
	display:block;
	position:absolute;
	z-index:100;
	transition-duration:0.35s;
	-webkit-transition-duration:0.35s;
	-moz-transition-duration:0.35s;
	-o-transition-duration:0.35s;
	-ms-transition-duration:0.35s;
	}

	.image.first:hover {
	opacity:0.00;
	}
 
	a.ImgField {
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-right: 100px;
	margin-left: 100px;
	}
 
	a.ButField {
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}
	
	.info {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 500px;
	margin-top: 15%;
	}
	
	.itext {
    display: block;
    float: left;
    
    width: 250px;
    height: 250px;
    font: 12pt/24pt sans-serif;
	text-align: center;
	margin-top: 15%;
	color: white;
    }