body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0;
}
a {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	color: #009900;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 1px 5px;
	line-height: normal;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
img {
	border: 0;
}
ul {
	list-style: square;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}
input.text {
	color: #000000;
	background-color: #FFFFFF;
	border: #999999 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.qoute {
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px 8px;
	border: #999999 dashed 1px;
	line-height: 19px;
	display: block;
}
.underline {
	border-bottom: solid 1px;
}
.left_line {
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px 8px;
	border-left: #000000 solid 1px;
	line-height: 19px;
}

#centrify {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -275px;
	margin-left: -475px;
}
#body {
	width: 950px;
	height: 550px;
	background: url(img/bg.png);
}
#logo {
	position: absolute;
	width: 950px;
	height: 160px;
	z-index: 1;
}
#logo .co_name {
	position: relative;
	left: 38px;
	top: 25px;
	color: #FFFFFF;
	font-size: 96px;
	font-weight: bold;
}
#logo .slogan {
	position: relative;
	left: 45px;
	top: 8px;
	color: #FFFFFF;
	font-size: 24px;
}
#menu {
	position: absolute;
	width: 915px;
	height: 32px;
	padding: 128px 35px 0 0;
	text-align: right;
	z-index: 2;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	margin: 1px 0 1px 1px;
	padding: 7px 9px;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
}
#menu ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}
#menu .pressed {
	margin: 1px 0 1px 1px;
	padding: 7px 9px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	float: right;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}
#middle {
	position: relative;
	top: 160px;
	width: 880px;
	height: 355px;
	padding: 0 35px;
}
#content {
	width: 860px;
	height: 335px;
	padding: 10px;
	overflow: auto;
	text-align: justify;
	line-height: 18px;
}
#footer {
	margin: 5px 0 -5px 0;
	padding-top: 5px;
	border: #000000 solid;
	border-width: 1px 0 0 0;
	font-size: 11px;
	text-align: center;
	line-height: normal;
}
