@charset "utf-8";
/* CFD */
body {
	background-color: #000000;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c7c7c7;
	background-image: url(/elements/bg_1600.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 980px;
	height: 100%;
	overflow: hidden;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
.cfdLogo {
	width: 980px; 
	height: 100%;
	overflow: hidden;
	padding-top: 25px;	
}
.cfdTag {
	
	height: 50px;
	text-align: center;	
	line-height: 24px; max-width: 680px; margin: 0 auto; padding-bottom: 25px;
}
.cfdNew {
	width: 980px;
	height: 25px;
	line-height: 25px;
	text-align: center;	
	font-style: italic;
	color: #626262;	
}
.cdfWks {
	list-style: none;
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.cdfWks li {
	float: left;
	width: 235px;
	height: 45px;
	line-height: 45px;
	padding-top: 200px;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-align: center;
}
.cdfWks li a:link , .cdfWks li a:visited {
	text-decoration: none;
	color: #c7c7c7;	
}
.cdfWks li a:hover {
	text-decoration: underline;
	color: #c7c7c7;	
}
.footer {
	height: 1px;
	padding-bottom: 600px;	
	clear: left;
}
