#footerbtn {
	list-style: none;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 58px;
	position: fixed;
	background-image: url(http://www.benjohnson.net/images/template/footer.png);
	background-repeat: no-repeat;
}

#footerbtn span {
	display: none;
	position: absolute;
	cursor: pointer;
}
#footerbtn a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	
}
#footerbtn a:hover {
	background-position: center bottom;
}
#footerbtn a:hover span{
	display: block;
}
#footerbtn .myspace {
	width: 88px;
	height: 25px;
	background: url(http://www.benjohnson.net/images/template/myspace_link.gif) no-repeat;
	left: 225px;
	bottom: 10px;
}
#footerbtn .myspace span {
	width: 88px;
	height: 25px;
	background: url(http://www.benjohnson.net/images/template/myspace_linkover.gif) no-repeat;
	left: 0px;
	bottom: 0px;
}
#footerbtn .twitter {
	width: 69px;
	height: 25px;
	background: url(http://www.benjohnson.net/images/template/twitter_link.gif) no-repeat;
	left: 313px;
	bottom: 8px;
}
#footerbtn .twitter span {
	width: 69px;
	height: 25px;
	background: url(http://www.benjohnson.net/images/template/twitter_linkover.gif) no-repeat;
	left: 0px;
	bottom: 0px;
}
#footerbtn .youtube {
	width: 60px;
	height: 27px;
	background: url(http://www.benjohnson.net/images/template/youtube_link.gif) no-repeat;
	left: 382px;
	bottom: 8px;
}
#footerbtn .youtube span {
	width: 60px;
	height: 27px;
	background: url(http://www.benjohnson.net/images/template/youtube_linkover.gif) no-repeat;
	left: 0px;
	bottom: 0px;
}
#footerbtn .facebook {
	width: 72px;
	height: 27px;
	background: url(http://www.benjohnson.net/images/template/facebook_link.gif) no-repeat;
	left: 442px;
	bottom: 8px;
}
#footerbtn .facebook span {
	width: 72px;
	height: 27px;
	background: url(http://www.benjohnson.net/images/template/facebook_linkover.gif) no-repeat;
	left: 0px;
	bottom: 0px;
}