@charset "UTF-8";
/* CSS Document */

/*CURTAINS*/
*{
	margin:0;
	padding:0;
}
body{
	text-align: center;
	background: #4f3722 url('images/darkcurtain.jpg') repeat-x;
	background-size: contain;
}
img{
	border: none;
}
.leftcurtain{
	height: 86vw;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 99;
}
.rightcurtain{
	height: 86vw;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 100;
}
.rightcurtain img, .leftcurtain img{
	width: 100%;
	height: 100%;
}
.logo{
	margin: 0px auto;
	margin-top: 150px;
}
.rope{
	position: absolute;
	top: -4vw;
	left: 70%;
	z-index: 4;
}