* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFF
}
body {
	text-align: center;
	background: #4f3722 url('../images/darkcurtain.jpg') repeat-x;
}
img {
	border: none;
}
p {
	margin-bottom: 10px;
	color: #FFFFFF;
}
.leftcurtain {
	width: 50%;
	height: 495px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}
.rightcurtain {
	width: 51%;
	height: 495px;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
}
.rightcurtain img, .leftcurtain img {
	width: 100%;
	height: 100%;
}
.logo {
	margin: 0px auto;
	margin-top: 80px;
}
.rope {
	position: absolute;
	top: -40px;
	left: 70%;
	z-index: 4;
}
