@charset "utf-8";

/*body {
	background: #000000;
}*/

a:link {
	color: #FF0;
}

a:visited {
	color: #FF0;
}

a:hover {
	color: #0F0;
}

a:active {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-content {
	padding: 10px 0px 1px 0px;
	position: relative;
	text-align: center;
	width: 966px;
}

#footer-content-left {
	position:absolute;
	width:178px;
	height: 144px;
	z-index:1;
	left: 28px;
	top: 28px;
}

#footer-content-center {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}

#footer-content-right {
	position:absolute;
	width:160px;
	z-index:1;
	left: 730px;
	top: 64px;
	height: 120px;
	color: #FFF;
}

.footer-text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.footer-links {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}


/************** Buttons ****************/

#btn-twitter-f{
  display: block;
  width: 90px;
  height: 84px;
  background: url("../assets/menus/footer_sky_twitterX.jpg") no-repeat 0 0;
}

#btn-twitter-f:hover{ 
  background-position: 0 -84px;
}

#btn-twitter-f span{
  display: none;
}

#btn-facebook-f{
  display: block;
  width: 88px;
  height: 84px;
  background: url("../assets/menus/footer_sky_facebookX.jpg") no-repeat 0 0;
}

#btn-facebook-f:hover{ 
  background-position: 0 -84px;
}

#btn-facebook-f span{
  display: none;
}

#btn-flickr-f{
  display: block;
  width: 178px;
  height: 59px;
  background: url("../assets/menus/footer_sky_flickrX.jpg") no-repeat 0 0;
}

#btn-flickr-f:hover{ 
  background-position: 0 -59px;
}

#btn-flickr-f span { 
  display: none; 
}

