html,body{
	text-align: center;
	font-family: verdana, tahoma, arial;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#main {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;	
    width: 950px;
    height: 640px;
    text-align: left;
    overflow: hidden;
}

#header {
	width: 950px;
	height: 70px;
	overflow: hidden;
}

#warper {
	width: 950px;
	height: 330px;
	overflow: hidden;
	background-color: #333333;
}

#w_left {
	width: 170px;
	height: 280px;
	overflow: hidden;
	float: left;
	padding: 25px;
}

#w_center {
	width: 363px;
	height: 330px;
	overflow: hidden;
	border-left: 2px solid #008eff;
	border-right: 2px solid #008eff;
	float: left;
}

#w_right {
	width: 351px;
	height: 318px;
	overflow: auto;
	float: left;
	padding: 6px;
	text-align: justify;
}

#menu {
	width: 720px;
	height: 20px;
	overflow: hidden;
	border-top: 2px solid #008eff;
	border-bottom: 2px solid #008eff;
	background-color: #142b45;
	padding-top: 5px;
	padding-left: 230px;
}

#more {
	width: 940px;
	height: 180px;
	background-image: url(../images/more.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	padding: 5px;
	display: block;
	text-align: center;
}

.more_in1 {
	width: 930px;
	height: 170px;
	overflow: hidden;
	display: block;
	padding: 5px;
	background-color: #000000; 
	opacity: .5;
	filter: alpha(opacity=50);
	text-align: justify;
}

.more_in2 {
	width: 930px;
	height: 170px;
	overflow: auto;
	display: block;
	margin-top: -175px;
	margin-left: 5px;
	text-align: justify;
}

#footer {
	width: 950px;
	height: 20px;
	overflow: hidden;
	font-size: 10px;
}

#footer a {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
}