/* ----------------------------------------------- 
	Flapjack Finder Home Stylesheet
	Author: Joel Pittet
	Created on: Jun 20 2008

	1) BASIC ELEMENTS
	2) PAGE LAYOUT
	
-------------------------------------------------- */


/* BASIC ELEMENTS
------------------------------------------------- */
body {
	background: transparent url(/img/home/background.jpg) no-repeat center;
}

 
/* PAGE LAYOUT
------------------------------------------------- */
#container {	
}

#header {
}

#content {
	min-height: 455px;
}

	#home-no-flash {
		background: #DE581C;
		margin-bottom: 18px;
		padding: 20px;
		color: #fff;
		margin: 10px;
	}
	
	#alt-content {
		background: #DE581C;
		padding: 20px;
		color: #000;
		margin: 10px;
	}


#footer p {
	color: #999;
	margin: 10px 40px;
}

#footer a {
	color: #666;
}
