body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td, abbr {
	margin:0;
	padding:0;
	border:0;
	outline:0
}
html,body{
	height: 100%;
}
body{
	font-size: 12px;
	color: #333;
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 1.28em;
	margin: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(top, #FBFBFB, #FFFFFF);
	background-image: -moz-linear-gradient(top, #FBFBFB, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FBFBFB, #FFFFFF);
	background-image: -o-linear-gradient(top, #FBFBFB, #FFFFFF);
	background-image: linear-gradient(top, #FBFBFB, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF', GradientType=0 );
}
a{
	color: #A3A3A3;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.clear, .clearit {
	clear:both;
	padding:0;
	margin:0
}
#wrap{
	height: 45%;
	background-color: white;
	border-bottom: 1px #EEE solid;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.04);

}

#main{
	width: 100%;
	min-width: 885px;
	margin: 0 auto;
	max-width: 900px;	
}
#content{
	position: absolute;
	min-width: 885px;
	max-width: 900px;
	width: 100%;
	height: 630px;
	top: 45%;
	margin: -320px auto 0 auto;
	}
#banner{
	padding: 10px;
	display: inline-block;
	position: relative;
	top: 38px;
}
#iPhone{
	background: url(../images/new/iphone.jpg) no-repeat;
	width: 296px;
	height: 643px;
	position: absolute;
	right: 0;
	top: -8PX;

}
#maintitle{
	background: url(../images/new/title.jpg) no-repeat;
	width: 319px;
	height: 87px;
}
#description{
	background: url(../images/new/description.jpg) no-repeat;
	width: 444px;
	height: 61px;
	margin-top: 23px;
}
#footer{
	padding: 0px 10px 0px 10px;
	position: relative;
	top: 209px;
	text-shadow: 1px 1px 0 white;

}
.coming{
	font-size: 24px;
	color: #777;
	margin:0 0 16px 0px;
	display: block;
}
.download,.downloadAndroid{
	display: inline-block;
	background: url(../images/new/btn.png) no-repeat;
	width: 135px;
	height: 40px;
	margin: 0px 15px 0px 2px;
	
}
.download:hover,.downloadAndroid:hover{
filter: alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
	
}
.downloadAndroid{
background-position:left bottom;
}

/*.download:hover{
	opacity: .8;
	-moz-opacity: 0.8;

}*/
.copyright{
	display: block;
	color: #a3a3a3;
	margin-top: 2px;
}
#footer a{
	color: #A3A3A3;
}
.footerContainer{
	margin-top:100px; 
}
.socialBtn{
	display: inline-block;
	position: relative;
	top:2px;
}
.fbBtn,.twBtn{
	background: url("../images/new/btn.png");
	display: inline-block;
	height:14px;
	width: 15px;
	-webkit-filter: grayscale(100%);
	filter:Gray;
}
.fbBtn:hover,.twBtn:hover{
	-webkit-filter: grayscale(0%);
}
.fbBtn{background-position: 0 -144px;}
.twBtn{background-position: -17px -144px;}

@media screen and (max-width:1680px) {
	#content{
		top:50%;
	}

}