	html {
		height: 100%;
		overflow: hidden;
	}

	body {
		height:100%;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}
	
	html{
		height:100%;
		background: #ffffff url(../images/bg.jpg); no-repeat center bottom fixed;
		opacity: 0.8;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	#main{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		color:#fff;
	}
	
	#credit{
		position: fixed;
		bottom: 0;
		right:10px;
		background-color:#000;
		opacity: 0.8;
		text-transform: uppercase;
		color:#fff;
		padding: 5px 10px;
		font-size:12px;
    }
	#logo{
		display:none;
	}
	#headline {
		display:none;
	}	 
	#description{
		display:none;
	}