/* CSS Document */

/*common style*/
body {
	-webkit-text-size-adjust: none;
	background-image: url(../img/bgd_main.jpg);
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	-webkit-tap-highlight-color:rgba(200,0,0,0.4);
}
#top_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	height: 45px;
	width: 320px;
	left: 0px;
	top: 0px;
	background-image: url(../img/topbar.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}
#footage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	width: 320px;
	text-align: center;
	z-index: 2;
	height: 16px;
	margin-top: 5px;
	left: 0px;
	top: 400px;
}
.ads{
	font-size:13px;
	width: 320px;
	text-align:center;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

/*style for this app*/

#appMain {
	position: absolute;
	height: 355px;
	width: 320px;
	left: 0px;
	top: 46px;
	overflow: hidden;	
}
#appMain #pages {
	position: absolute;
	height: 355px;
	width: 320px;
	left: 0px;
	top: 0px;
	-webkit-transform-style:preserve-3d;
	-webkit-perspective: 500;
}
#appMain #pages div {
	height: 200px;
	width: 300px;
	position: absolute;
	top: 70px;
	left: 10px;
	background-color: #EEEEEE;
	-webkit-transition-property: -webkit-transform opacity;
}
.img {
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:200px;
	border:none;
}
.layer1 {
	opacity:0; 
	-webkit-transform: translate3d(0px, 20px, 50px);
}
.layer2 {
	opacity:.95; 
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.layer3 {
	opacity:.85; 
	-webkit-transform: translate3d(0px, -20px, -50px);
}
.layer4 {
	opacity:.70; 
	-webkit-transform: translate3d(0px, -40px, -100px);
}
.layer5 {
	opacity:.45; 
	-webkit-transform: translate3d(0px, -60px, -150px);
}
.layer6 {
	opacity:.30; 
	-webkit-transform: translate3d(0px, -80px, -200px);
}
.layer7 {
	opacity:.15; 
	-webkit-transform: translate3d(0px, -100px, -250px);
}
.layer8 {
	opacity:0; 
	-webkit-transform: translate3d(0px, -120px, -300px);
}
#appMain #bottombar {
	background-image: url(../img/bottombar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	position: absolute;
	height: 35px;
	width: 320px;
	left: 0px;
	top: 320px;
}
