*{
	margin:0;
	padding:0;
	}
	
html, body{
	background-color: white;
	max-width: 100%;
	overflow-x: hidden;
	}

h1{
	position: relative;
	font: 100pt/0.65em Helvetica, Arial;
	z-index: 1;
	color: #ebcda6;
	width: 100%;
	text-align: center;
	margin-top: -50px;
	font-weight: bold;
	}

h1 p2{
	font-style: italic;
	font-weight: normal;
}

p{
	position: relative;
	width: 100%;
	margin-top: 290px;
	font: 9pt/1.2em Helvetica, Arial;
	font-style: italic;
	text-align: center;
	}
	
h2{
	position: relative;
	top: 170px;
	font: 14pt/2em Helvetica, Arial;
	color: black;
	left: 200px;
	font-weight: bold;
	font-style: italic;
	width: 45%;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	}
	
p1{
	position: relative;
	font: 10pt/0.1em Helvetica, Arial;
	color: white;
	}
	

#video{
	position: fixed;
	right: 50%;
	top: 0;
	margin-right: -150;
	background-color: gray;
	}

#videobg{
	background: white;
	width: 100%;
	height: 356px;
	position: fixed;
}

#content{
	position: absolute;
	background: #d29d4d;
	margin-top: 399px;
	width: 100%;
	height: 110%;
	overflow: visible;
}

#appstorelink{
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 2;
}

.screenshot{
	position: absolute;
	right: 0;
}

#copyright{
	color: #ebcda6;
}


@media only screen and (max-width : 600px) {
	
	#finger{
		left: -500px;
		bottom: -150px;
	}

	#transition{
		bottom: -75px;
	}

	#dragline{
		left: 100px;
	}

	h2{
		left: 40px;
		width: 200px;
	}

	p{
	left: 40px;
	}

	#appstorelink{
		left: 120px;
	}

}
	
	
	
	
	
	
	
	
	