/* COLORS */
body {
	background-color: #230601;
	color: #966d48;
}
h2.title {
	color: #6f2511;
}
a, a:link, a:visited, a:hover, a:active {
	color: #966d48;
}
#hr {
	background-color: #966d48;
}

/* LAYOUT */
#logo {
	width: 330px;
	height: 140px;
	margin-bottom: 20px;
}
#appstore {
	width: 158px;
	height: 53px;
}
h2.title {
	font-size:21px;
}
#devices {
	margin: 24px -28px 3px 0;
	width: 414px;
	height: 527px;
}
#ipad {
	position:relative;
	width: 412px;
	height: 524px;
}
#ipad .ribbon {
	background: url('images/ipad-ribbon.png');
	width: 136px;
	height: 137px;
	position:relative;
	left:1px;
	top:2px;
}
#ipad .play {
	background: url('images/play.png');
	position: absolute;
	left: 73px;
	top: 400px;
	width: 56px;
	height: 56px;
	cursor: pointer; // hand;
}
#ipad .screen {
	position: absolute;
	left: 49px;
	top: 53px;
	width: 314px;
	height: 420px;
}
#ipad .screen img {
	position: absolute;
}

#footer .left {
	background-position: 15px 5px;
}

/* IMAGES */
body { background-image: url('images/bg.jpg'); }
#logo { background-image: url('images/logo.png'); }
#appstore { background-image: url('../appstore2.png'); }
#devices { background-image: url('images/devices.jpg'); }
#youtube { background-image: url('images/youtube.gif'); }
#footer .left { background-image: url('images/info.gif'); }
/*#footer .right { background-image: url('images/decafe.gif'); }*/