@CHARSET "UTF-8";

div#facebook_description {
	display:none;
}

div#header {
	height: 75px;
	margin: 0 0 23px 0;
	position: relative;
}
div#button_alone {
	width: 300px;
	height: 35px;
	margin: 40px 0 0 0;
	position: relative;
}

div#header a#rankinlive_logo {
	display: block;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 143px;
	height: 75px;
	margin: 0 0 0 7px;
}


/* SPECIAL LINK */

div#header a#special_link, div#button_alone a#special_link {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color:#ffffff;
	text-decoration:none;
	position: absolute;
	bottom: 3px;
	left: 518px;
	display: block;
	height: 34px;
}
div#button_alone a#special_link {
	left: 0px;
}

div#header a#special_link span#left, div#button_alone a#special_link span#left {
	width: 5px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(images/special_link_left.jpg);
	display: block;
	float:left;
}

div#header a#special_link span#text, div#button_alone a#special_link span#text {
	padding:0 3px 0 3px;
	height: 34px;
	line-height: 32px;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(images/special_link_back.jpg);
	display: block;
	float:left;
}

div#header a#special_link span#right, div#button_alone a#special_link span#right {
	width: 5px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(images/special_link_right.jpg);
	display: block;
	float:left;
}

div#header a#special_link:hover span#left, div#header a#special_link:hover span#text, div#header a#special_link:hover span#right, div#button_alone a#special_link:hover span#left, div#button_alone a#special_link:hover span#text, div#button_alone a#special_link:hover span#right {
	background-position: bottom left;
}

/* */
