#main{
	width:100%;
	min-width:980px;
	background-image:url(../images/mainimg.png);
	height:911px;
	position:relative;
	background-position: center top;
	overflow: hidden;
}
#main .inner{
	width:980px;
	margin:0 auto;
	position:relative;
}
#main #social{
	position:absolute;
	right:0px;
	top:20px;
}
#main #social li{
	display:inline-block;
	height:20px;
	overflow:hidden;
}
#main .wave{
	background-image:url(../images/wave_repeat.png);
	height:200px;
	width:100%;
	background-position: center top;
	background-repeat: repeat-x;
	position:absolute;
	bottom:0;
	display:block;
}
#main h2{
	background-image:url(../images/h2.png);
	width:475px;
	height:342px;
	overflow:hidden;
	text-indent:-999px;
	display:block;
	margin:569px auto 0 auto;
	position:relative;
}

#concept{
	background-image:url(../images/bg_concept.png);
	height:727px;
	background-repeat: repeat-x;
	background-position: center top;
	width:100%;
	min-width:980px;
}
#concept h3{
	background-image:url(../images/h3_concept.png);
	width:547px;
	height:189px;
	text-indent:-999px;
	overflow:hidden;
	margin:25px auto 15px auto;
}
#concept .inner{
	width:980px;
	margin:0 auto;
}
#concept .inner ul li{
	float:left;
	margin-right:21px;
}
#concept .inner ul li:last-child{
	margin-right:0;
}
.grad{
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bc4de+0,90f0e4+25,126ad3+57,825fc9+77,0f398d+100 */
background: #5bc4de; /* Old browsers */
background: -moz-linear-gradient(top,  #5bc4de 0%, #90f0e4 25%, #126ad3 57%, #825fc9 77%, #0f398d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5bc4de 0%,#90f0e4 25%,#126ad3 57%,#825fc9 77%,#0f398d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5bc4de 0%,#90f0e4 25%,#126ad3 57%,#825fc9 77%,#0f398d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc4de', endColorstr='#0f398d',GradientType=0 ); /* IE6-9 */
}

.grad .bubble{
	background-image:url(../images/bubble_repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	width:100%;
	position:relative;
}
#lineup h3{
	background-image:url(../images/h3_lineup.png);
	width:547px;
	height:189px;
	text-indent:-999px;
	overflow:hidden;
	margin:-150px auto 15px auto;
}
#lineup .inner{
	width:980px;
	margin:0 auto;
}
#lineup .inner ul li{
	position:relative;
	margin-bottom:30px;
}
#lineup .inner ul li a{
	background-image:url(../images/btn_t2mall.png);
	width:281px;
	height:93px;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	bottom:50px;
	right:40px;
}
#lineup .inner ul li a:hover{
	background-position: 0 -93px;
}
#lineup .inner ul li .btn_manual a{
	background-image:url(../images/btn_manual.png);
	width:450px;
	height:50px;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	bottom:400px;
	right:63px;
}
#lineup .inner ul li .btn_app a{
	background-image:url(../images/btn_app.png);
	width:450px;
	height:50px;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	bottom:340px;
	right:63px;
}

#lineup .inner ul li .btn_manual a:hover,
#lineup .inner ul li .btn_app a:hover{
	background-position: 0 -50px;
}
#recomend{
	margin-bottom:5px;
}
.wave_footer{
	background-image:url(../images/wave_repeat.png);
	height:200px;
	background-position: center top;
	background-repeat: repeat-x;
	width:100%;
	display:block;
}
#content_footer{
	background-color:#5ac2dd;
}
#content_footer .inner{
	width:980px;
	margin:0 auto;
	padding:23px 0 30px 0;
	position:relative;
}
#content_footer .inner small{
	position:absolute;
	top:45px;
	right:0;
}
