/* reset */
* {
	margin: 0;
	padding: 0;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}



header .for_sale{
	width:100%;
	margin:0px auto 0 auto;
	background-color:#2a5caa;
	text-align:center;

	color:#eeeeee;
	font-size:16px;
	font-weight:bold;
	font-family:微软雅黑;
	padding-top:2px;
}

header .for_sale a{
	color:#eeeeee;
	text-decoration:none;
}

header .owner_info{
	width:100%;
	margin:0px auto 0 auto;
	background-color:#2a5caa;
	text-align:center;

	color:#eeeeee;
	font-size:16px;
	font-family:微软雅黑;
}



footer.classic{
	height:30px;
	background-color: #000000;
	width: 320px; 
	margin:0 auto;	
}


footer.white{
	height: 30px;
	width:  320px;
	margin:  0 auto;
}

.track{
	display: none;
}