@charset "utf-8";
.big-image{
	margin:5px;
	clear: both;
width: auto;}
.big-image2{
	margin-top:20px;
	position:absolute;
	left:50%;
}
.big-image2 div{
	position:absolute;
	left:-50%}
.big-image img, .big-image video{
	position:relative;
	z-index:999;
	left:-50%;
	bottom:0%;
  opacity: 0;
  margin:0 auto;
}
.big-image img:target, .big-image video:target{opacity: 1;
transition: opacity 350ms;
z-index:10000;}
.big-image img:target ~ img#default{
	display:none;
	opacity: 0;
transition: opacity 350ms;}



.menu{
		width:1024px;
		margin:auto;
		height:60px;

		position:relative;
		top:0px;
		z-index:999;
		}
.menu1{
		width:100%;
		height:60px;
		background:#000000;
		position:fixed;
		top:0px;
		z-index:999;
		}
	.menu .left{
		width:50%;
		position:absolute;
		left:0px;
		text-align:left;
		}
	.menu .right{
		width:50%;
		position:absolute;
		right:0px;
		text-align:right;
		}
	.menu img{
		padding:10px}
body {
	margin:0px;
	background-image: url(rete.png);
	background-repeat: repeat;
	background-color: #000;
}


