 *{
	    	margin:0;
	    	padding:0;
	    }
	    body {
	    	text-align: center;
	    background:url(../IMAGE/bg.jpg) center #000000;
margin: 0 auto;

background-repeat: no-repeat;

	    }
	    img{
			border: none;
		}
	    .leftcurtain{
			width: 50%;
			height:1000px;
			top: 0px;
			left: 0px;
			position: absolute;
			z-index: 3;
		}
		 .rightcurtain{
			width:50%;
			height:1000px;
			right: 0px;
			top: 0px;
			position: absolute;
			z-index: 3;
		}
		.rightcurtain img, .leftcurtain img{
			width: 100%;
			height: 100%;
		}
		.logo{
			margin: 0px auto;
			margin-top: 100px;
		}
		.rope{
			position: absolute;
			top: -40px;
			left: 70%;
			z-index: 4;
			
			
		}