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

#introducing {
	    	text-align: center;
	    	background: #4f3722 url('images/darkcurtain.jpg') repeat-x;
			height:295px;
	    }
	 
	    .leftcurtain{
	height:295px;
	width:320px;
	position: relative;
	z-index: 2;
		}
		 .rightcurtain{
	height:295px;
	width:50px;
	position: relative;
	right:0;
	z-index: 3;
		}
		.rightcurtain img, .leftcurtain img{
			width: 100%;
			height: 100%;
		}
		.newlogo{
			margin: 0px auto;
				position: relative;
					top:-270px;

	z-index: 1;
		}
		
		.rope{
	position: relative;
	z-index: 4;
	top:-570px;
	left:-40px;

		}
	   
