@charset "UTF-8";
/* CSS Document -- Fab Fierce  Styles */


/*------- Global Layout -------*/

#wrapper-outer {
	background: url(../images/ff/ff_back_tile.gif) center;
}
#wrapper {
	background: url(../images/ff/ff_back.gif) no-repeat;
}
#header span {
	background: url(../images/ff/ff_header.gif) no-repeat;
}

/*------- Home Page Layout -------*/

#home-heading span {
	background: url(../images/ff/ff_title_home.gif) no-repeat;
}
.star-footer {
	background:url(../images/ff/ff_star_footer.gif) 0 10px no-repeat;
}


/*------- About Page Layout -------*/
#about-heading span {
	background: url(../images/ff/ff_title_about.gif) no-repeat;
}
.starbig-footer {
	background:url(../images/ff/ff_bigstars.gif) 0 10px no-repeat;
}



/*------- Gallery Page Layout -------*/
#gallery-heading span {
	background: url(../images/ff/ff_title_gallery.gif) center no-repeat;
}


/*------- Blog Page Layout -------*/

#blog-heading span {
	background: url(../images/ff/ff_title_blof.gif) center no-repeat;
}


/*------- Links Page Layout -------*/

#links-heading span {
	background: url(../images/ff/ff_title_links.gif) center no-repeat;
}


/*------- Typography -------*/

a {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
