/* ***********************************************
Title:        SP2 StyleSheet 
Author:     Fabrizio Fiandanese, fabrizio[at]fabriziofiandanese.com
************************************************** */

/*************************************/
/* GENERAL STYLE */
/*************************************/

body {
	background-repeat:no-repeat !important;
	background-position:top center !important;	

}	

#sp_nav .subnav div.stream{
	background:url(headers/stream.gif) no-repeat top left;	
}


/*************************************/
/* SP_TABS */
/*************************************/

#sp_tabs a {
	margin-right:2px !important;
}

#sp_tabs a#tb_fan {
	width:64px;
	background:url(tabs/peeps.gif) no-repeat top center !important;
}

#sp_tabs a#tb_fan.active {
	width:64px;
	background:url(tabs/peeps-on.gif) no-repeat top center !important;
}

#sp_tabs a#tb_request {
	display:block  !important;
	width:52px !important;
	background:url(tabs/request.gif) no-repeat top center !important;
}

#sp_tabs a#tb_request.active {
	width:52px !important;
	background:url(tabs/request-on.gif) no-repeat top center !important;
}




