html,body { background: #FBFBFB; padding:0; margin:0; }

.width1000 { width: 1000px; margin: auto; text-align: left; position:relative; }
.clear {
	clear: both;
}
.app_header { background: url(images/header_bg.png) no-repeat center top; height:90px; text-align:center; }
.app_header .logo { padding: 15px 0 0 18px; }
.app_header .go_home {
	position: absolute;
	right: 25px;
	top: 25px;
	background: url('images/nav_button.png') 0 0 no-repeat;
	width: 95px;
	height: 36px;
	display: block;
	line-height: 36px;
	padding: 0 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.app_header .go_home:hover {
	background-position: 0 -41px;
	text-decoration: none;
}

.left { float: left; }


/**
 * footer
 */

.footer {
	margin: 20px 0 50px 0;
}

.footer .designedByHuofar {
	width: 130px;
	height: 27px;
	background: url('images/designedByHuofar.png');
}

.footer .copyright {
	margin: 10px 0 0 3px;
	color: #999;
}