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

h1{
	position: relative;
	font: 30pt/1em Helvetica, Arial;
	color: #7A8C9C;
	left: 570px;
	width: 200px;
	margin-top: -36px;
	font-weight: bold;
	font-style: italic;
	}

p{
	position: relative;
	left: 400px;
	width: 200px;
	margin-top: 100px;
	font: 9pt/1.2em Helvetica, Arial;
	color: #7A8C9C;
	font-style: italic;
	}
	
h2{
	position: relative;
	top: 70px;
	font: 14pt/2em Helvetica, Arial;
	color: #A9B5C1;
	left: 400px;
	font-weight: bold;
	width: 45%;
	}
	
p1{
	position: relative;
	font: 10pt/0.1em Helvetica, Arial;
	color: #D3D9DA;
	}
	

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

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

#content{
	position: absolute;
	color: white;
	margin-top: 355px;
	background: white;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#dragline{
	position: absolute;
	left: 300px;
	margin-top: 338px;
}

#transition{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 180px;
	pointer-events: none;
}

#finger{
	position: fixed;
	left: 0;
	bottom: 0;
}

#appstorelink{
	position: relative;
	left: 400px;
	margin-left:-10px;
	top: 40px;
}

#copyright{
	color: #D3D9DA;
}


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

	#transition{
		bottom: -75px;
	}

	#dragline{
		left: 100px;
	}

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

	h1{
	left: 195px;
	top:-15px;
	}

	p{
	left: 120px;
	top: -40px;
	}

	#appstorelink{
		left: 120px;
	}

}
	
	
	
	
	
	
	
	
	