body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff url(images/main-bg.gif);
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 0px;
}
a.dock-item {
	display: block;
	width: 50px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 0px 20px 0px;
	margin-right: 5px;
	width: 200%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

.dock2 {
	position: relative; 
	height: 30px; 
	text-align: center;
}
.dock-container2 {
	position: absolute;
	height: 50px;

	padding-left: 0px;
}
a.dock-item2 {
	display: block;
	width: 50px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item2 img {
	border: none;
	margin: 0px 20px 0px;	
	margin-right: 5px;	
	width: 200%; 

}
.dock-item2 span {
	display: none; 
	padding-left: 20px;
}

.dock3 {
	position: relative; 
	height: 30px; 
	text-align: center;
}
.dock-container3 {
	position: absolute;
	height: 50px;

	padding-left: 0px;
}
a.dock-item3 {
	display: block;
	width: 50px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item3 img {
	border: none; 
	margin: 0px 20px 0px;
	margin-right: 5px;
	width: 200%; 

}
.dock-item3 span {
	display: none; 
	padding-left: 20px;
}

.container img{
position:absolute;
text-align: center;
}

.index{
position:fixed;
top:50%;
left:30%;
width:36%;
height:20%;
outline: none;
background:url(images/megot.png) no-repeat center center;
-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
background-clip: padding-box;
-webkit-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
-moz-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
-o-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
-ms-transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: opacity 0.6s linear, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
text-indent: -9000px;
cursor:pointer;

}

.index:hover {
top:50%;
left:30%;
width:36%;
height:20%;
background:url(images/megot2.png) no-repeat center center;
-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
background-clip: padding-box;
}

.index:target .index{
opacity:1;
}

.index:target .index:hover{
opacity:1;
}

.nav{
background:transparent;
box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
opacity:1;
}

