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

h1{
	position: relative;
	font: 100pt/0.65em Georgia, Times;
	z-index: 1;
	color: white;
	width: 100%;
	text-align: center;
	margin-top: -50px;
	font-weight: bold;
	text-shadow: 0px 6px rgba(0,0,0,0.05);
}

h1 p2{
	font: 100pt/0.65em Georgia, Times;
	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: 17px;
	font: 14pt/1.5em Helvetica, Arial;
	color: white;
	left: 200px;
	font-weight: bold;
	font-style: italic;
	width: 45%;
}
	
p1{
	position: relative;
	font: 10pt/0.1em Helvetica, Arial;
	color: white;
}
	

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

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

#content{
	position: absolute;
	background: #ffc800;
	margin-top: 356px;
	width: 100%;
	height: 85%;
	overflow: visible;
}

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

.screenshot{
	width: 210px;
	margin: 20px;	display: inline-block;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 6px rgba(0,0,0,0.05);
}

#screenshots{
	text-align: center;
}

#copyright{
	margin-top: 70px;
	color: #777;
}



@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;
	}

}
	
	
	
	
	
	
	
	
	