@import url(import-font.css); /* FONTE */
/* CSS Document */

* {
	margin:0;
	padding:0;
	background:#88c641;
	font-size:13px;
    color:#FFF;
}
a {
	text-decoration: none;
}
/* -------------------------------------------------------------- */
div.footerline {
	width:100%;
	height:207px;
	background:#88C641;
}
div.footerarea {
	width:976px;
	height:185px;
	padding:12px 12px 0 12px;
	margin:0 auto;
}
div.ft-log {
	width:130px;
	height:180px;
	background-image:url(../img/lggiv02.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
div.ftl{
	width:1px;
	height:178px;
	margin:0 12px 12px 12px;
	background:#FFF;
}
div.ft1-3{
	width:175px;
	height:175px;
	margin:5px 12px 0 0;
}
div.ft2{
	width:200px;
	margin:5px 12px 0 0;
}
div.ft4{
	width:233px;
	margin-top:5px;
}
.ft4a{
	width:29px;
	float:left;
}
.ft4b{
	width:194px;
	float:right;
}
.ft4a, .ft4b{
	height:65px;
	display:inline-table;
	position:relative;
}
.ft-log, .ftl, .ft1-3, .ft2, .ft4  {
	float:left;
	display:inline-block;
	position:relative;
}