#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 70px;
}

.sticky, .push {
	display: block;
	position: fixed;
	margin-left:50%;
	left:-450px;
	bottom: 0;
	height: 40px;
	width: 886px; /* 900px minus the white boder (2px) minus padding (12px)*/
	background: #333333;
	border: 2px solid white;
	border-bottom: none;
	color: white;
	clear: both;
	padding:5px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}

.sticky table {
  width:100%;
	padding:0;
	margin:0;
}

.sticky td.left img {
  border:1px solid white;
}

.stick td.middle {
	text-align:center;
}

.stick table td.social {
  text-align: right;
	vertical-align:middle;
	padding:0;
	margin:0;
}

.sticky table img {
	border:none;
	margin-right:10px;
}  
