/*==============================
	BODY
===============================*/
body {
	font-family: helvetica;
	font-size: 13px;
	background-color:#d4e1ff;
	/*background-image: url(images/back-sliver.jpg);
	background-repeat: repeat-x;*/
}

a, a:visited {
	/*color: #000099;*/
	color: #0000BB;
	font-size: 13px;
}

#canvas {
	position: relative;

	width: 775px;
	text-align: left;

	height: 100%;
}

#logo {
	position: absolute;
	left: 50px;
	top: 40px;
}

#appstorelogo {
	position: absolute;
	left: 340px;
	top: 30px;
}

#barleft {
	position: absolute;
	left: 10px;
	top: 100px;

	width: 497px;
	height: 25px;

	background: url(images/purplebar_left.png);
}

#barright {
	position: absolute;
	left: 777px;
	top: 100px;

	width: 15px;
	height: 25px;

	background: url(images/purplebar_right.png);
}


#phoneshell {
	position: absolute;
	left: 510px;
	top: 10px;

	width: 223px;
	height: 435px;

}

#photos {
	float: right;
	position: relative;

}

#photos img {
}

#content {
	position: relative;

	left: 50px;
	top: 0px;

	padding-top: 150px;
	width: 450px;

	font-size: 13px;
	font-weight: bold;
	/* COLOR OF TEXT */
	color: #6204b2;
}

#bottomlinks {
	text-align: center;
	font-weight: normal;

	position: relative;

	top: 20px;
}


#icons {
	position: absolute;
	left: 529px;
	top: 588px;
	width: 220px;
	height: 60px;
}
