* { margin: 0; padding: 0; }

body {
	background: url(../images/bg-krusty.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #040109;
}
img { border: none; }
#krusty-logo { left: 50%; position: fixed; margin: -346px 0 0 -484px; top: 50%; z-index: 1; }
.logo { margin: 0px auto; margin-top: 150px; }
.rightcurtain img, .leftcurtain img { width: 100%; height: 100%; }
.rope { position: absolute; right: 7%; top: -40px; z-index: 4; }
.leftcurtain {
	width: 50%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}
.rightcurtain {
	width: 51%;
	height: 100%;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
}

a { outline: none; }