html,
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#fman {
	width: 100%;
	background-color: #13264C;
	min-width: 1000px;
	height: 180px;
	padding-bottom: 1%;
}

#fman_table {
	color: #FFFFFF;
	min-width: 800px;
}

.fman_table_td {
	word-break: keep-all;
	white-space: nowrap;
	line-height: 30px;
	color: rgba(255,255,255,0.7);
}

.fman_tdiv {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
}

.fman_cdiv {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 30px;
}

.fman_cdiv span {
	padding:8px;
}

.fman_cdiv a {
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
}

.dark_color {
	width: 100%;
	height: 60px;
	background-color: #081325;
}

.dark_mation {
	width: 67.71%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 60px;
	color: rgba(255, 255, 255, 0.4);
}

.fman_cdiv a:hover {
	color: #FFFFFF;
}