@charset "utf-8";
/* CSS Document */
html,body{}
body{background:url(../images/fbg.png) repeat;}
#wrapper{ width:100%;}
.header{
	background:url(../images/bg.png) repeat-x bottom left #FFF;
	position:relative;
}
.content{
	position:relative;
	width:1200px; margin:0 auto;
	height:500px;
}
.appimg{
	position:absolute; right:-20px; bottom:-150px;
}
.footer{
	background:url(../images/fbg.png) repeat; height:300px;
}
.footer p{
	text-align:center;
	color:#FFF;
	padding:150px 0 50px 0;}
.footer p a{
	color:#FFF;
}
.appcon{
	width:380px;
	position:absolute;
	left:0;
	top:200px;
}
.appcon .apptext{
	line-height:22px;
	font-size:12px;
	color:#666;
	padding:45px 0;}