/* --------------------------------------------------------------------------------------

*Filename:					home.css
*Description:				Settings for the home page
*Website:					http://www.faithbook.co.uk
*Author:					caba@studio-cordoba.com

------------------------------------------------------------------------------------------*/

/*=== Top Background =================================================*/
.home-page-top
{
	background-attachment: scroll;
	background-image: url(../images/layout/bg-home-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.intro-text
{
	padding:10px;
	color:	#00649e;
	width:620px;
	float:left;
}
#home-slideshow{float:right;}

/*=== Bottom Background ==================================================*/

.home-page-bottom
{
	background-attachment: scroll;
	background-image: url(../images/layout/bg-home-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}