/* COLORS */
body {
	background-color: #040301;
	color: white;
}
h2.title {
	color: #fdb720;
}
a, a:link, a:visited, a:hover, a:active {
	color: #883702;
}

a.more, a.more:link, a.more:visited, a.more:hover, a.more:active {
	color: #fdb720;
	font-weight: bold;
}
a.more2, a.more2:link, a.more2:visited, a.more2:hover, a.more2:active {
	color: #5cbffe;
}
a.more3, a.more3:link, a.more3:visited, a.more3:hover, a.more3:active {
	color: #f71b56;
}

a.more {
	padding-right: 10px;
	background: url('images/link_arrow.gif') no-repeat scroll right center;
}
#moregames td {
	color: #f9b31f;
	color: #fdb720;
}
#hr {
	background-color: #883702;
}
#footer {
	color: #883702;
}

/* LAYOUT */
#logo {
	margin: 36px 0 25px;
	width: 336px;
	height: 110px;
}
#appstore {
	width: 158px;
	height: 53px;
}
#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:3px;
}
#ipad .play {
	background: url('images/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;
}


#footer .left {
	background-position: 15px 5px;
}
#footer .left div {
	position: relative;
}
#footer .left div div {
	position: absolute;
	top: -13px;
	width: 500px;
}
#footer .left a {
	font-size: 22px;
}

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