@import url("reset.css");

#MAIN {
	width: 910px;
	overflow:hidden;
}
#MAIN ul {
	width:910px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#MAIN li {
	position: relative;
	display:inline-block;
	width: 227px;
	height: 40px;
	background-color: #333;
	float:left;
	border-radius: 10px 10px 0 0;
}
#MAIN li a {
	position:relative;
	z-index:99;
	display: inline-block;
	width: 227px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	font-size:20px;
	letter-spacing:1px;
	border-radius: 10px 10px 0 0;
}
#MAIN li a.NOWTAB {
	background-color: #0471FF;
	color:#FF0;
	font-weight:bold;
}

#ALL{
	clear:both;
	width:3640px;
	position:relative;
	background-color: #333;
}

.BOXS {
	float:left;
	width: 910px;
	overflow: hidden;
	position:relative;
	z-index:11;
}
