@charset "utf-8";

#f_dashes {
	background:url(../images/dash_bg.gif) repeat-x top; 
	padding-top:10px;
}
#f_content {
	background:url(../images/faves_bg.jpg) top left no-repeat; 
	padding:50px 200px 25px 25px;
	height:500px;
	color:#fff;
}

#f_content a {
	color:#99ffff;
	text-decoration:none;
	font-weight:bold;
}
#f_content a:hover {
	text-decoration:underline;
}
