 /*RESET*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}

.banner {
	margin: 30px 0 30px 0;
}
.banner p {
	width: 728px;
	height: 26px;
	margin: 1px auto;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 25px;
	background: #000;
}
.banner .content {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	background: #000;
}