/* CSS Document */
body {
	background-color:#000000;
	font-family:"trebuchet ms", sans-serif;
	font-size:11px;
	color:#cfcdcd;
}
a:link {
	font-weight:bolder;
	color:#a4a3a3; 
	text-decoration:none;
}
a:active {
	font-weight:bold; 
	COLOR:#ffffff; 
	text-decoration:none;

}
a:visited {
	font-weight: bold; 
	color:#7f7f7f; 
	text-decoration:none;

}
a:hover {
	font-weight:bolder; 
	color:#ffffff; 
	text-decoration:none;
}
#bg {
	background:#000000 url('bg.jpg');
	background-position:bottom;
	margin:0;	
	padding:0;
	width:570px;
	height:558px;
	position:relative;
	bottom:0px;
	left:0px;
}
#contentd {
	border:none; 
	width:535px;
	height:370px;
	overflow:auto;
	position:absolute;
	left:19px;
	bottom:76px;
}
#text {
	padding:6px 6px 6px 6px;
}
#homec {
	position:absolute;
	bottom:451px;
	left:384px;
	border:none;
}
#fanlistingsc {
	position:absolute;
	bottom:451px;
	left:426px;
	border:none;
}
#cliquesc {
	position:absolute;
	bottom:451px;
	left:501px;
	border:none;
}
a#home {
    display: block;
    width: 42px;
    height: 20px;
    background-image: url(home.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#home:hover {
    background-position: 0 -20px;
}
a#fanlistings {
    display: block;
    width: 75px;
    height: 20px;
    background-image: url(fanlistings.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#fanlistings:hover {
    background-position: 0 -20px;
}
a#cliques {
    display: block;
    width: 51px;
    height: 20px;
    background-image: url(cliques.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#cliques:hover {
    background-position: 0 -20px;
}
a .alt {
	display: none;
}
.hr {
	color:#756f63;
	width:50%;
	background-color:#756f63;
	height:2px;
	border:none;
}
#textc {
	padding:6px 6px 6px 6px;
	text-align:center;
}