@charset "UTF-8";

#footer {
	width: 100%;
	height: 80px;
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	border-top: #CCCCCC solid 3px;
	position: relative;
}

#footer-contents {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

#link {
	width: 800px;
	height: 30px;
	color: #333333;
	text-align: left;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

#link a {
	color: #333333;
	text-decoration: none;
}

#link a:hover {
	color: #666666;
	text-decoration: none;
}

#logo-cfp {
	width: 211px;
	height: 0;
	padding-top: 60px;
	behavior: url(/ga_dtp/en/ctp_landing/common/css/lib/iepngfix.htc);
	background: url(/ga_dtp/en/ctp_landing/common/images/logo-cfp.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 0;
}

#copyright {
	width: 444px;
	height: 0;
	padding-top: 9px;
	behavior: url(/ga_dtp/en/ctp_landing/common/css/lib/iepngfix.htc);
	background: url(/ga_dtp/en/ctp_landing/common/images/copyright.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 35px;
	left: 0;
}
