.t-area{
	overflow: hidden;
}
.footer-cont{
	width: 1000px;
	position: absolute;
	margin-left: 50%;
	left:-500px;
}
.footer{
	color: #3d3d3d;
	position: absolute;
	top:0px;
	right: 20px;
}
body:first-of-type .footer { top:-135px; }

