.bg {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	margin-top: 5px;
	margin-left: 25px;
	width: 285px;
}
.logo {
	margin-left: 25px;
	margin-bottom: 10px;

}
.topic {
	color: #d70660;
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: bold;
}
.tag {
	color: #96024c;
	margin-top: 60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.apps {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
	margin-top: 25px;
	margin-left: 5px;
}

a {
	color: #96024c;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.video {
	margin-top: 30px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
}
.iph {
	font-family: Tahoma, Geneva, sans-serif;
	color: #f71b56;
	text-decoration: underline;
	font-size: 15px;
}
.link {
	font-family: Tahoma, Geneva, sans-serif;
	color: #dd0d6e;
	text-decoration: none;
}
.icon {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.support {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #560331;
	text-decoration: underline;
	margin-left: 10px;
}
.copyr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #560331;
	padding-right: 5px;
}


/* LAYOUT */
#devices {
	margin: 24px -28px 3px 0;
	width: 414px;
	height: 527px;
}
#ipad {
	position:relative;
	width: 412px;
	height: 524px;
}
#ipad .ribbon {
	background: url('ipad-ribbon.png');
	width: 136px;
	height: 137px;
	position: absolute;
	left:1px;
	top:3px;
}
#ipad .play {
	background: url('play.png');
	position: absolute;
	left: 178px;
	top: 360px;
	width: 56px;
	height: 56px;
	cursor: pointer; // hand;
}
#ipad .screen {
	position: absolute;
	left: 49px;
	top: 53px;
	width: 314px;
	height: 420px;
}
#ipad .screen img {
	position: absolute;
}



#devices { background-image: url('devices.png'); }

