html,
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#membrane {
	background:url(plenka.png) 0 0 repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='plenka.png', sizingMethod='scale');

	position:absolute;
	cursor:move;
	z-index:100;
	display:none;
	width:548px;
	height:340px;
}
#min-width {
	width:50%;
	min-width:600px;
	position:relative;
	float:right;
}
* html .minwidth {
	border-left:600px solid #fff;/*min-width*/
	position:relative;
	float:left;
	z-index:1;
}
* html .container {
	margin-left:-600px; /*-min-width*/
	position:relative;
}

.container{
	height: 389px;
}

#book {
	position:absolute;
	margin-left:-600px;
}
