* {
	margin: 0;
	padding: 0;
}
body {
	background: #332929;
	background-repeat: repeat-x
}
img {
	border: none;
}
.leftcurtain {
	width: 50%;
	height: 100vh;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}
.rightcurtain {
	width: 51%;
	height: 100%;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
}
.rightcurtain img, .leftcurtain img {
	width: 100%;
	height: 100%;
}
.logo {
	margin: 0px auto;
	margin-top: 150px;
}
.rope {
	position: absolute;
	top: 30px;
	left: -50px;
	z-index: 10;
	display: block;
	right: 0;
	bottom: 0;
	text-align: center;
	padding-top: 270px;
	padding-left: 70px
}
.ribbon {
	position: absolute;
	top: 200px;
	left: 0%;
	z-index: 4;
	text-align: center;
	width: 100%
}
.ribbon img {
	width: 100%
}
.my-btn {
	background: #FC0;
	color: #636;
	font-size: 18pt;
	text-align: center;
	position: relative;
	top: 50px;
	text-decoration: none;
	border-radius: 10px;
	padding: 10px
}
.my-btn:hover {
	background: #F30;
	color: #FFF;
	font-size: 18pt;
	text-align: center;
	position: relative;
	top: 50px;
	text-decoration: none;
	border-radius: 10px;
	padding: 10px
}
.crowd {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 99999
}
.screen {
	/*background: url(images/screen.png) no-repeat center;*/
	width: 100%;
	height: 656px
}
.data-holder {
	width: 86%;
	padding-top: 31px;
	margin: auto;
	text-align: center
}
.data-holder img {
	width: 100%
}
.btn {
	clear: both;
	display: inline-block;
	width: 250px;
	margin: auto;
	background: #F60;
	color: #FFF;
	text-decoration: none;
	padding: 10px
}