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


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

#wrapper-outer {
	background: url(../images/ffp/ffp_back_tile.gif) center;
}
#wrapper {
	background: url(../images/ffp/ffp_back.gif) no-repeat;
}
#header span {
	background: url(../images/ffp/ffp_header.gif) no-repeat;
}


/*------- Home Page Layout -------*/
#home-heading span {
	background: url(../images/ffp/ffp_title_home.gif) no-repeat;
}
.star-footer {
	background:url(../images/ffp/ffp_star_footer.gif) 0 10px no-repeat;
}


/*------- About Page Layout -------*/
#about-heading span {
	background: url(../images/ffp/ffp_title_about.gif) no-repeat;
}
.starbig-footer {
	width:148px;
	height:150px;
	background:url(../images/ffp/ffp_bigpaw.gif) no-repeat;
}



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


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

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


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

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


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

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