body{
	background-image: url(images/bg.png);
	font-family: sans-serif;
	color: white;
	background-color: #3C230B;
}



#header{
	width: 750px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
    margin-top: -8px;	

}

#main{
	width:800px;
	height:617px;
	background-image: url(images/main.png);
}

#iphone{
	width:312px;
	height:617px;
	position:relative;
	left:100;
	right:0;
	background-image: url(images/iphone.png);
}

#video{
	width:244px;
	height:366px;
	position:relative;
	left:-249;
	top:97;
	background-color: #FFFFFF;
}

#text{
	width:450;
	height:300;
	position:relative;
	left:145;
	top:-205;
	font-family:Georgia;
}


#text1{
	width:250;
	height:300;
	position:relative;
	left:-100;
	top:-10;
	color:#343434;
	text-align:left;
	font-size:14;
}

#text2{
	width:175;
	height:300;
	position:relative;
	left:125;
	top:-300;
	font-size:11px;
	color:#666666;
	text-align:left;

	
}


#text3{
	width:450;
	height:100;
	position:relative;
	left:0;
	top:0;
	color:#343434;
	text-align:left;
}

#app{
	width:152;
	height:49;
	position:relative;
	left:45;
	top:20;
	background-image: url(images/app.png);
	cursor: pointer;
}



big{
	font-size:22px;
}

small{
	font-size:5px;
}

	
	