@charset "utf-8";

#footer {
	background:url(images/footer-back.jpg) no-repeat;
	width:960px;
	height:68px;
	display:table;
	float:left;
	z-index:0;
	margin-top: 40px;
}

#footer2 {
	width:960px;
	height:68px;
	display:table;
	float:left;
	z-index:0;
	margin-top: 40px;
	text-align: center;
}

#footer-text {
	font-family:"Arial";
	font-size:14px;
	font-weight:lighter;
	color:#FFF;
	margin-top:28px;
	margin-left:202px
}
#footer-text a{
	color:#FFF;
	text-decoration:none;
}
#footer-text a:hover {
	color:#6fa0de;
}

#sea {
	background:url(images/ssea.jpg) no-repeat;
	width:79px;
	height:22px;
	float:right;
	margin-top:-32px;
	margin-right:9px;
}

