.container_footer {
	height: 400px;
	width: 100%;
	position: relative;
}
.container_footer_content {
	height: 400px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container_horizon {
	height: 150px;
	width: 100%;
	z-index: -5;
	background-image: url(../img/horizon1.jpg);
	background-repeat: repeat-x;
  	position: absolute;
	top: 250px;
	float: left;
	clear: left;
}
.container_cranes {
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: -4;
	height: 300px;
	width: 100%;
	left: 0px;
	background-image: url(../img/cranes.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	float: left;
	clear: left;
	background-position: center 0px;
}
.avatar_position {
	z-index: -3;
	clear: left;
	float: left;
	position: absolute;
	top: 7px;
}
.shadow {
	box-shadow: 0px 3px 4px #ccc;
	-webkit-box-shadow: 0px 3px 4px #ccc;
	-moz-box-shadow: 0px 3px 4px #ccc;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=3, positive=true);
}
.bracket {
	position: absolute;
	left: 285px;
	top: 7px;
}
.twitter_container {
	position: absolute;
	left: 370px;
	top: 7px;
	height: 220px;
	width: 340px;
	overflow: hidden;
}
.extraspace {
	height: 30px;
}
.extraspace_bread1 {
	margin-top: 60px;
	margin-bottom: 30px;
}
.extraspace_bread2 {
	margin-bottom: 20px;
}
.container_awards {
	background-color: rgba(0,0,0,0.1);
}
.padding5 {
	padding: 5px;
}