@charset "iso-8859-2";
/* CSS Document */

	#wrapper{
		display:none;
		position:fixed;
		margin:0;
		padding:0;
		left:0px;
		top:0px;
		width:100%;
		height:100%;	
	}
	#wrapper .fekvo{
		position:relative;
		width:80%;
		height:70%;
		left:10%;
		top:15%;
		z-index:500;
	}
	#wrapper .allo{
		position:relative;
		width:60%;
		height:80%;
		left:20%;
		top:10%;
		z-index:500;
	}
	#wrapper #bg{
		background:#000;	
		opacity:0.7;
		filter:alpha(opacity=70);
		position:absolute;
		width:100%;
		height:100%;
		z-index:300;
		top:0px;
		left:0px;
	}
	#content #min_img img{
		width:200px;
		height:200px;
	}
	#content #min_img img:hover{
		opacity:0.7;
		filter:alpha(opacity=70);
	}