
#sticky-footer {
	text-align: center;
	display: none;
	position: fixed;
	height: 35px;
	width: 1000px;
	bottom: 0;
	z-index: 99;
}

	#sticky-footer #social-media-icons {
		margin: 5px;
	}

		#sticky-footer #social-media-icons #icon-container {
			float: right;
			text-align: right;
			width: 66%;
			padding-right: 20px;
		}

			#sticky-footer #social-media-icons #icon-container img {
				width: 40px;
				height: 40px;
			}

		#sticky-footer #social-media-icons img {
			cursor: pointer;
		}

		#sticky-footer #social-media-icons #logo-small {
			float: left;
			width: 33%;
			text-align: left;
		}

#social-media-icons table {
	margin: 0 auto;
}

.sticky-icon {
	width: 80px;
	height: 25px;
	margin-left: 2px;
	cursor: pointer;
}

.sticky-fb {
	background: url(/images/sprite.png) no-repeat -380px -278px;
}

.sticky-tw {
	background: url(/images/sprite.png) no-repeat -297px -278px;
}

.sticky-li {
	background: url(/images/sprite.png) no-repeat -380px -305px;
}

.sticky-mail {
	background: url(/images/sprite.png) no-repeat -297px -305px;
}
