div#f_line {
	background: #e6e8f8;
	width: 100%;
	height: 64px;
	border-top: 1px solid #d1d9dc;
	border-bottom: 1px solid #d1d9dc;
	text-align: center;
	clear: both;
	margin-top: 20px;
}

div#f_line img{
	margin: 0 10px;
}

div#f_sitemap {
	background: #f5f6f7;
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #e4e9eb;
}

div#f_sitemap table {
	margin: 0 auto;
}

div#f_sitemap table td {
	padding: 15px 35px;
}

div#f_sitemap h3{
	color: #617073;
	margin-bottom: 15px;
}

div#f_sitemap ul {
	margin-left: 10px;
}


div#f_buttons {
	text-align: center;
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #e4f1f5;
	margin-bottom: 15px;
}

div#f_copyright {
	width: 980px;
	height: 50px;
	text-align: center;
	color: #617073;
	font-size: 11px;
}

div#f_sitemap p{
	display: table-cell;
}