@charset "utf-8";
body,td,th {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 12px;
}
body {
	background-color: #000;
	background-image: url(../images/index.jpg);
	background-position: inherit;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: underline;
	color: #666;
}
.block {
	background-color: #FFF;
	width: 800px;
	height: 100px;
	font-size:12px;
}
.pro {
	background-color: #FFF;
	width: 800px;
	height: 300px;
	font-size:12px;
}
.abo {
	background-color: #FFF;
	width: 800px;
	font-size:12px;
}

.menu {
	background-color: #FFF;
	width: 800px;
	height: 40px;
	margin-top: 50px;
}
.footer {
	background-color: #FF0;
	width: 100%;
	height: 15px;
	font-size: 11px;
	margin-bottom: 10px;
	position: absolute;
	bottom: 0;
}
.footera {
	background-color: #FF0;
	width: 100%;
	height: 15px;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top:10px;
	position: inherit;
	bottom: 0;
}
.s {
	color: #999;
}
.s a{
	color:#999;
	text-decoration: underline;
}
.s a:hover {
	text-decoration:none;
}
.s1 {
	text-decoration:underline;
}
.ma {
	margin-left: 20px;
	margin-right: 20px;
}
.l {
	font-size: 14px;
}