@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Bigelow+Rules);

body {
	background-color: #000;
	overflow: hidden;
	padding: 0;
	margin: 0;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

#raveclub {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,.8);
}

h1 {
	display: none;
	color: #fff;
	position: absolute;
	top: -100px;
	width: 100%;
	text-align: center;
	font: 12em 'Bigelow Rules', sans-serif;	
}

iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

div {
	position: absolute;
	bottom: 0;
	height: 70%;
	background: none;
}

div img {
	height: 100%;	
}

img.fail {
	display: block;
	position: relative;
	margin: 10px auto;
}

#intro {
	display: none;
	color: #fff;
	position: relative;
	top: 40%;
	padding: 0 100px;
	text-align: center;	
	font: 1.5em 'Droid Sans', Helvetica, Arial, sans-serif;	
}
