/* COLORS */
body {
	background-color: #051d00;
	color: white;
}
h2.title {
	color: #bed63a;
}
a, a:link, a:visited, a:hover, a:active {
	color: #bed63a;
}
a.more {
	padding-right: 10px;
	background: url('images/link_arrow.gif') no-repeat scroll right center;
}
#moregames td {
	color: #bad239;
}
#hr {
	background-color: #626e1e;
}
#footer * {
	color: #647314;
}

/* LAYOUT */
#logo {
	background-position:right top;
	width: 318px;
	height: 163px;
}
#appstore {
	width: 158px;
	height: 53px;
}

#devices {
	margin: 23px 0 0 -4px;
	width: 286px;
	height: 530px;
	position: relative;
}
#devices-inner {
	width: 475px;
	height: 544px;
	position: absolute;
}

#ipad {
	width: 412px;
	height: 524px;
}
#ipad .ribbon {
	background: url('images/ipad-ribbon.png');
	width: 136px;
	height: 138px;
	position:relative;
	left:1px;
	top:3px;
}
#ipad .play {
	background: url('images/play-large.png');
	position: absolute;
	left: 65px;
	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;
}

#iphone {
	position: absolute;
	left: 286px;
	top: 251px;
	width: 150px;
	height: 290px;
	z-index: 1;
}
#iphone .ribbon {
	background: url('images/iphone-ribbon.png');
	position: absolute;
	width: 78px;
	height: 78px;
}
#iphone .play {
	background: url('images/play-small.png');
	position: absolute;
	left: 13px;
	top: 207px;
	width: 29px;
	height: 29px;
	cursor: pointer; // hand;
	opacity: 0.57;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=57);
}
#iphone .screen {
	position: absolute;
	left: 7px;
	top: 41px;
	width: 135px;
	height: 201px;
}
#iphone .screen img {
	position: absolute;
}
#iphone-leaves{
	width: 217px;
	height: 410px;
	position: absolute;
	left: -88px;
	top: -117px;
	background: url('images/iphone-leaves.png');
}
/* IMAGES */
body { background-image: url('images/bg.jpg'); }
#logo { background-image: url('images/logo.jpg'); }
#appstore { background-image: url('../appstore.png'); }
#devices-inner { background-image: url('images/devices.jpg'); }
#youtube { background-image: url('images/youtube.gif'); }
#footer .left { background-image: url('images/info.gif'); }